#BDDB7D

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

Shades of Sulu #BDDB7D

Tints of Sulu #BDDB7D

Color information

#BDDB7D (or 0xBDDB7D) is unknown color: approx Sulu. HEX triplet: BD, DB and 7D. RGB value is (189,219,125). Sum of RGB (Red+Green+Blue) = 189+219+125=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB7D is #422482. Grayscale: #C7C7C7. Windows color (decimal): -4334723 or 8248253. OLE color: 8248253.

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

Color convert

RGB189219125-
CMYK0.1400.430.14
HSL79.15º56.63%67.45%-
HSV(B)79.15º42.92%85.88%-
XYZ50.0262.9628.92-
YUV199.3186.06120.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=35.46%
G=41.09%
B=23.45%

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
Decimal1892191250.1400.430.1479.1556.6367.45
HexBDDB7DE02BE4f3943
Octal275333175160531611771103
Binary1011110111011011111110111100101011111010011111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB7D; }

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

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

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

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

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

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

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

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