#BDDC77

Color #BDDC77 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDDC77

Tints of Sulu #BDDC77

Color information

#BDDC77 (or 0xBDDC77) is unknown color: approx Sulu. HEX triplet: BD, DC and 77. RGB value is (189,220,119). Sum of RGB (Red+Green+Blue) = 189+220+119=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC77 is #422388. Grayscale: #C7C7C7. Windows color (decimal): -4334473 or 7855293. OLE color: 7855293.

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

Color convert

RGB189220119-
CMYK0.1400.460.14
HSL78.42º59.06%66.47%-
HSV(B)78.42º45.91%86.27%-
XYZ49.9163.3427.05-
YUV199.2282.73120.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=35.80%
G=41.67%
B=22.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201190.1400.460.1478.4259.0666.47
HexBDDC77E02EE4e3b42
Octal275334167160561611673102
Binary1011110111011100111011111100101110111010011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC77; }

 p { color: rgb(189,220,119); }

 H1.HeaderClassName
 {
   color: #BDDC77;
 }
 .AnyTagClassName
 {
   color: #BDDC77;
 }
</style>
background-color css

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

 a { background-color: rgb(189,220,119); }

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

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

 span { border-color: rgb(189,220,119); }

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