Html Css Color HEX #BCDB76 Sulu

📋 copy color: '#BCDB76'

red 188 ◦ green 219 ◦ blue 118

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

Shades of Sulu #BCDB76

Tints of Sulu #BCDB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.71%

 BLUE value IS 118 (46.48% from 255) = 22.48%

R = 35.81%
G = 41.71%
B = 22.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#BCDB76 (or 0xBCDB76) is known color: Sulu. HEX triplet: BC, DB and 76. RGB value is (188,219,118). Sum of RGB (Red+Green+Blue) = 188+219+118=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB76 is #432489. Grayscale: #C6C6C6. Windows color (decimal): -4400266 or 7789500. OLE color: 7789500.

HSL color Cylindrical-coordinate representation of color #BCDB76: hue angle of 78.42º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCDB76 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 118 -
CMYK 0.14 0 0.46 0.14
HSL 78.42º 0.58% 0.66% -
HSV(B) 78.42º 0.46% 0.86% -
XYZ 49.34 62.66 26.63 -
YUV 198.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 188 219 118 0.14 0 0.46 0.14 78.42 0.58 0.66
Hex BC DB 76 E 0 2E E 4E 3A 42
Octal 274 333 166 16 0 56 16 116 72 102
Binary 10111100 11011011 1110110 1110 0 101110 1110 1001110 111010 1000010

Color Harmonies of #BCDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB76

Black with #BCDB76

Text Example


Text Example

White with #BCDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB76; }

 p { color: rgb(188,219,118); }

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

background-color css

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

 a { background-color: rgb(188,219,118); }

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

border-color css

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

 span { border-color: rgb(188,219,118); }

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