Html Css Color HEX #BDDB78 Sulu

📋 copy color: '#BDDB78'

red 189 ◦ green 219 ◦ blue 120

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

Shades of Sulu #BDDB78

Tints of Sulu #BDDB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.73%

R = 35.8%
G = 41.48%
B = 22.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#BDDB78 (or 0xBDDB78) is known color: Sulu. HEX triplet: BD, DB and 78. RGB value is (189,219,120). Sum of RGB (Red+Green+Blue) = 189+219+120=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB78 is #422487. Grayscale: #C7C7C7. Windows color (decimal): -4334728 or 7920573. OLE color: 7920573.

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

Color convert

RGB 189 219 120 -
CMYK 0.14 0 0.45 0.14
HSL 78.18º 0.58% 0.66% -
HSV(B) 78.18º 0.45% 0.86% -
XYZ 49.71 62.84 27.28 -
YUV 198.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 189 219 120 0.14 0 0.45 0.14 78.18 0.58 0.66
Hex BD DB 78 E 0 2D E 4E 3A 42
Octal 275 333 170 16 0 55 16 116 72 102
Binary 10111101 11011011 1111000 1110 0 101101 1110 1001110 111010 1000010

Color Harmonies of #BDDB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB78

Black with #BDDB78

Text Example


Text Example

White with #BDDB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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