Html Css Color HEX #BDD978 Sulu

📋 copy color: '#BDD978'

red 189 ◦ green 217 ◦ blue 120

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

Shades of Sulu #BDD978

Tints of Sulu #BDD978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

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

R = 35.93%
G = 41.25%
B = 22.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BDD978 (or 0xBDD978) is known color: Sulu. HEX triplet: BD, D9 and 78. RGB value is (189,217,120). Sum of RGB (Red+Green+Blue) = 189+217+120=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD978 is #422687. Grayscale: #C5C5C5. Windows color (decimal): -4335240 or 7920061. OLE color: 7920061.

HSL color Cylindrical-coordinate representation of color #BDD978: hue angle of 77.32º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDD978 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 120 -
CMYK 0.13 0 0.45 0.15
HSL 77.32º 0.56% 0.66% -
HSV(B) 77.32º 0.45% 0.85% -
XYZ 49.19 61.8 27.11 -
YUV 197.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 189 217 120 0.13 0 0.45 0.15 77.32 0.56 0.66
Hex BD D9 78 D 0 2D F 4D 38 42
Octal 275 331 170 15 0 55 17 115 70 102
Binary 10111101 11011001 1111000 1101 0 101101 1111 1001101 111000 1000010

Color Harmonies of #BDD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD978

Black with #BDD978

Text Example


Text Example

White with #BDD978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD978; }

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

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

background-color css

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

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

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

border-color css

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

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

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