Html Css Color HEX #BCE56D Sulu

📋 copy color: '#BCE56D'

red 188 ◦ green 229 ◦ blue 109

#BCE56D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BCE56D

Tints of Sulu #BCE56D

RGB

 RED value IS 188 (73.83% from 255) = 35.74%

 GREEN value IS 229 (89.84% from 255) = 43.54%

 BLUE value IS 109 (42.97% from 255) = 20.72%

R = 35.74%
G = 43.54%
B = 20.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCE56D (or 0xBCE56D) is known color: Sulu. HEX triplet: BC, E5 and 6D. RGB value is (188,229,109). Sum of RGB (Red+Green+Blue) = 188+229+109=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE56D is #431A92. Grayscale: #CBCBCB. Windows color (decimal): -4397715 or 7202236. OLE color: 7202236.

HSL color Cylindrical-coordinate representation of color #BCE56D: hue angle of 80.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCE56D is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 109 -
CMYK 0.18 0 0.52 0.10
HSL 80.5º 0.7% 0.66% -
HSV(B) 80.5º 0.52% 0.9% -
XYZ 51.52 67.83 24.85 -
YUV 203.06 74.92 117.26 -
System Red Green Blue C M Y K H S L
Decimal 188 229 109 0.18 0 0.52 0.10 80.5 0.7 0.66
Hex BC E5 6D 12 0 34 A 50 46 42
Octal 274 345 155 22 0 64 12 120 106 102
Binary 10111100 11100101 1101101 10010 0 110100 1010 1010000 1000110 1000010

Color Harmonies of #BCE56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE56D

Black with #BCE56D

Text Example


Text Example

White with #BCE56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE56D; }

 p { color: rgb(188,229,109); }

 H1.HeaderClassName
 {
   color: #BCE56D;
 }
 .AnyTagClassName
 {
   color: #BCE56D;
 }
</style>

background-color css

<style>
 a { background-color: #BCE56D; }

 a { background-color: rgb(188,229,109); }

 div.DivClassName
 {
   background-color: #BCE56D;
 }
 .BgClassName
 {
   background-color: #BCE56D;
 }
</style>

border-color css

<style>
 span { border-color: #BCE56D; }

 span { border-color: rgb(188,229,109); }

 td.TdClassName
 {
   border-color: #BCE56D;
 }
 .TagClassName
 {
   border-color: #BCE56D;
 }
</style>