Html Css Color HEX #BDDB77 Sulu

📋 copy color: '#BDDB77'

red 189 ◦ green 219 ◦ blue 119

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

Shades of Sulu #BDDB77

Tints of Sulu #BDDB77

RGB

 RED value IS 189 (74.22% from 255) = 35.86%

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

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

R = 35.86%
G = 41.56%
B = 22.58%

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

#BDDB77 (or 0xBDDB77) is known color: Sulu. HEX triplet: BD, DB and 77. RGB value is (189,219,119). Sum of RGB (Red+Green+Blue) = 189+219+119=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB77 is #422488. Grayscale: #C6C6C6. Windows color (decimal): -4334729 or 7855037. OLE color: 7855037.

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

Color convert

RGB 189 219 119 -
CMYK 0.14 0 0.46 0.14
HSL 78º 0.58% 0.66% -
HSV(B) 78º 0.46% 0.86% -
XYZ 49.65 62.81 26.96 -
YUV 198.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 189 219 119 0.14 0 0.46 0.14 78 0.58 0.66
Hex BD DB 77 E 0 2E E 4E 3A 42
Octal 275 333 167 16 0 56 16 116 72 102
Binary 10111101 11011011 1110111 1110 0 101110 1110 1001110 111010 1000010

Color Harmonies of #BDDB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB77

Black with #BDDB77

Text Example


Text Example

White with #BDDB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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