#BDDB7C

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

Shades of Sulu #BDDB7C

Tints of Sulu #BDDB7C

Color information

#BDDB7C (or 0xBDDB7C) is unknown color: approx Sulu. HEX triplet: BD, DB and 7C. RGB value is (189,219,124). Sum of RGB (Red+Green+Blue) = 189+219+124=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB7C is #422483. Grayscale: #C7C7C7. Windows color (decimal): -4334724 or 8182717. OLE color: 8182717.

HSL color Cylindrical-coordinate representation of color #BDDB7C: hue angle of 78.95º 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 #BDDB7C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB189219124-
CMYK0.1400.430.14
HSL78.95º56.89%67.25%-
HSV(B)78.95º43.38%85.88%-
XYZ49.9662.9428.58-
YUV199.285.56120.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 124 (48.83% from 255) = 23.31%
R=35.53%
G=41.17%
B=23.31%

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
Decimal1892191240.1400.430.1478.9556.8967.25
HexBDDB7CE02BE4f3943
Octal275333174160531611771103
Binary1011110111011011111110011100101011111010011111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB7C; }

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

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

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

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

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

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

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

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