#BDDC83

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

Shades of Sulu #BDDC83

Tints of Sulu #BDDC83

Color information

#BDDC83 (or 0xBDDC83) is unknown color: approx Sulu. HEX triplet: BD, DC and 83. RGB value is (189,220,131). Sum of RGB (Red+Green+Blue) = 189+220+131=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC83 is #42237C. Grayscale: #C8C8C8. Windows color (decimal): -4334461 or 8641725. OLE color: 8641725.

HSL color Cylindrical-coordinate representation of color #BDDC83: hue angle of 80.9º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDDC83 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB189220131-
CMYK0.1400.400.14
HSL80.9º55.97%68.82%-
HSV(B)80.9º40.45%86.27%-
XYZ50.6863.6431.09-
YUV200.5888.73119.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 131 (51.56% from 255) = 24.26%
R=35%
G=40.74%
B=24.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201310.1400.400.1480.955.9768.82
HexBDDC83E028E513845
Octal275334203160501612170105
Binary10111101110111001000001111100101000111010100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC83; }

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

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

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

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

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

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

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

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