Html Css Color HEX #BDD679 Sulu

📋 copy color: '#BDD679'

red 189 ◦ green 214 ◦ blue 121

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

Shades of Sulu #BDD679

Tints of Sulu #BDD679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

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

R = 36.07%
G = 40.84%
B = 23.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BDD679 (or 0xBDD679) is known color: Sulu. HEX triplet: BD, D6 and 79. RGB value is (189,214,121). Sum of RGB (Red+Green+Blue) = 189+214+121=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD679 is #422986. Grayscale: #C4C4C4. Windows color (decimal): -4336007 or 7984829. OLE color: 7984829.

HSL color Cylindrical-coordinate representation of color #BDD679: hue angle of 76.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD679 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 121 -
CMYK 0.12 0 0.43 0.16
HSL 76.13º 0.53% 0.66% -
HSV(B) 76.13º 0.43% 0.84% -
XYZ 48.48 60.29 27.17 -
YUV 195.92 85.72 123.06 -
System Red Green Blue C M Y K H S L
Decimal 189 214 121 0.12 0 0.43 0.16 76.13 0.53 0.66
Hex BD D6 79 C 0 2B 10 4C 35 42
Octal 275 326 171 14 0 53 20 114 65 102
Binary 10111101 11010110 1111001 1100 0 101011 10000 1001100 110101 1000010

Color Harmonies of #BDD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD679

Black with #BDD679

Text Example


Text Example

White with #BDD679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD679; }

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

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

background-color css

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

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

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

border-color css

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

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

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