Html Css Color HEX #BDD776 Sulu

📋 copy color: '#BDD776'

red 189 ◦ green 215 ◦ blue 118

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

Shades of Sulu #BDD776

Tints of Sulu #BDD776

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.19%

 BLUE value IS 118 (46.48% from 255) = 22.61%

R = 36.21%
G = 41.19%
B = 22.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BDD776 (or 0xBDD776) is known color: Sulu. HEX triplet: BD, D7 and 76. RGB value is (189,215,118). Sum of RGB (Red+Green+Blue) = 189+215+118=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD776 is #422889. Grayscale: #C4C4C4. Windows color (decimal): -4335754 or 7788477. OLE color: 7788477.

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

Color convert

RGB 189 215 118 -
CMYK 0.12 0 0.45 0.16
HSL 76.08º 0.55% 0.65% -
HSV(B) 76.08º 0.45% 0.84% -
XYZ 48.56 60.73 26.3 -
YUV 196.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 189 215 118 0.12 0 0.45 0.16 76.08 0.55 0.65
Hex BD D7 76 C 0 2D 10 4C 37 41
Octal 275 327 166 14 0 55 20 114 67 101
Binary 10111101 11010111 1110110 1100 0 101101 10000 1001100 110111 1000001

Color Harmonies of #BDD776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD776

Black with #BDD776

Text Example


Text Example

White with #BDD776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD776; }

 p { color: rgb(189,215,118); }

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

background-color css

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

 a { background-color: rgb(189,215,118); }

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

border-color css

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

 span { border-color: rgb(189,215,118); }

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