Html Css Color HEX #BDDB81 Sulu

📋 copy color: '#BDDB81'

red 189 ◦ green 219 ◦ blue 129

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

Shades of Sulu #BDDB81

Tints of Sulu #BDDB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.02%

R = 35.2%
G = 40.78%
B = 24.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#BDDB81 (or 0xBDDB81) is known color: Sulu. HEX triplet: BD, DB and 81. RGB value is (189,219,129). Sum of RGB (Red+Green+Blue) = 189+219+129=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB81 is #42247E. Grayscale: #C8C8C8. Windows color (decimal): -4334719 or 8510397. OLE color: 8510397.

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

Color convert

RGB 189 219 129 -
CMYK 0.14 0 0.41 0.14
HSL 80º 0.56% 0.68% -
HSV(B) 80º 0.41% 0.86% -
XYZ 50.28 63.07 30.29 -
YUV 199.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 189 219 129 0.14 0 0.41 0.14 80 0.56 0.68
Hex BD DB 81 E 0 29 E 50 38 44
Octal 275 333 201 16 0 51 16 120 70 104
Binary 10111101 11011011 10000001 1110 0 101001 1110 1010000 111000 1000100

Color Harmonies of #BDDB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB81

Black with #BDDB81

Text Example


Text Example

White with #BDDB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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