#BDE08A

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

Shades of Sulu #BDE08A

Tints of Sulu #BDE08A

Color information

#BDE08A (or 0xBDE08A) is unknown color: approx Sulu. HEX triplet: BD, E0 and 8A. RGB value is (189,224,138). Sum of RGB (Red+Green+Blue) = 189+224+138=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE08A is #421F75. Grayscale: #CCCCCC. Windows color (decimal): -4333430 or 9101501. OLE color: 9101501.

HSL color Cylindrical-coordinate representation of color #BDE08A: hue angle of 84.42º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE08A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB189224138-
CMYK0.1600.380.12
HSL84.42º58.11%70.98%-
HSV(B)84.42º38.39%87.84%-
XYZ52.2365.9734.02-
YUV203.7390.9117.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=34.30%
G=40.65%
B=25.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241380.1600.380.1284.4258.1170.98
HexBDE08A10026C543a47
Octal275340212200461412472107
Binary101111011110000010001010100000100110110010101001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE08A; }

 p { color: rgb(189,224,138); }

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

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

 a { background-color: rgb(189,224,138); }

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

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

 span { border-color: rgb(189,224,138); }

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