#BDDC7D

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

Shades of Sulu #BDDC7D

Tints of Sulu #BDDC7D

Color information

#BDDC7D (or 0xBDDC7D) is unknown color: approx Sulu. HEX triplet: BD, DC and 7D. RGB value is (189,220,125). Sum of RGB (Red+Green+Blue) = 189+220+125=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC7D is #422382. Grayscale: #C8C8C8. Windows color (decimal): -4334467 or 8248509. OLE color: 8248509.

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

Color convert

RGB189220125-
CMYK0.1400.430.14
HSL79.58º57.58%67.65%-
HSV(B)79.58º43.18%86.27%-
XYZ50.2863.4929.01-
YUV199.985.73120.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=35.39%
G=41.20%
B=23.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201250.1400.430.1479.5857.5867.65
HexBDDC7DE02BE503a44
Octal275334175160531612072104
Binary1011110111011100111110111100101011111010100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC7D; }

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

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

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

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

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

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

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

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