Html Css Color HEX #BCDB77 Sulu

📋 copy color: '#BCDB77'

red 188 ◦ green 219 ◦ blue 119

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

Shades of Sulu #BCDB77

Tints of Sulu #BCDB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.62%

R = 35.74%
G = 41.63%
B = 22.62%

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

#BCDB77 (or 0xBCDB77) is known color: Sulu. HEX triplet: BC, DB and 77. RGB value is (188,219,119). Sum of RGB (Red+Green+Blue) = 188+219+119=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB77 is #432488. Grayscale: #C6C6C6. Windows color (decimal): -4400265 or 7855036. OLE color: 7855036.

HSL color Cylindrical-coordinate representation of color #BCDB77: hue angle of 78.6º 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 #BCDB77 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 119 -
CMYK 0.14 0 0.46 0.14
HSL 78.6º 0.58% 0.66% -
HSV(B) 78.6º 0.46% 0.86% -
XYZ 49.4 62.69 26.95 -
YUV 198.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 188 219 119 0.14 0 0.46 0.14 78.6 0.58 0.66
Hex BC DB 77 E 0 2E E 4F 3A 42
Octal 274 333 167 16 0 56 16 117 72 102
Binary 10111100 11011011 1110111 1110 0 101110 1110 1001111 111010 1000010

Color Harmonies of #BCDB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB77

Black with #BCDB77

Text Example


Text Example

White with #BCDB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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