Html Css Color HEX #BDD879 Sulu

📋 copy color: '#BDD879'

red 189 ◦ green 216 ◦ blue 121

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

Shades of Sulu #BDD879

Tints of Sulu #BDD879

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.06%

 BLUE value IS 121 (47.66% from 255) = 23%

R = 35.93%
G = 41.06%
B = 23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#BDD879 (or 0xBDD879) is known color: Sulu. HEX triplet: BD, D8 and 79. RGB value is (189,216,121). Sum of RGB (Red+Green+Blue) = 189+216+121=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD879 is #422786. Grayscale: #C5C5C5. Windows color (decimal): -4335495 or 7985341. OLE color: 7985341.

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

Color convert

RGB 189 216 121 -
CMYK 0.12 0 0.44 0.15
HSL 77.05º 0.55% 0.66% -
HSV(B) 77.05º 0.44% 0.85% -
XYZ 48.99 61.31 27.34 -
YUV 197.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 189 216 121 0.12 0 0.44 0.15 77.05 0.55 0.66
Hex BD D8 79 C 0 2C F 4D 37 42
Octal 275 330 171 14 0 54 17 115 67 102
Binary 10111101 11011000 1111001 1100 0 101100 1111 1001101 110111 1000010

Color Harmonies of #BDD879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD879

Black with #BDD879

Text Example


Text Example

White with #BDD879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD879; }

 p { color: rgb(189,216,121); }

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

background-color css

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

 a { background-color: rgb(189,216,121); }

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

border-color css

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

 span { border-color: rgb(189,216,121); }

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