#BDEC85

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

Shades of Sulu #BDEC85

Tints of Sulu #BDEC85

Color information

#BDEC85 (or 0xBDEC85) is unknown color: approx Sulu. HEX triplet: BD, EC and 85. RGB value is (189,236,133). Sum of RGB (Red+Green+Blue) = 189+236+133=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEC85 is #42137A. Grayscale: #D2D2D2. Windows color (decimal): -4330363 or 8776893. OLE color: 8776893.

HSL color Cylindrical-coordinate representation of color #BDEC85: hue angle of 87.38º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDEC85 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB189236133-
CMYK0.2000.440.07
HSL87.38º73.05%72.35%-
HSV(B)87.38º43.64%92.55%-
XYZ55.2272.533.27-
YUV210.284.43112.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 236 (92.58% from 255) = 42.29%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=33.87%
G=42.29%
B=23.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361330.2000.440.0787.3873.0572.35
HexBDEC851402C7574948
Octal275354205240547127111110
Binary101111011110110010000101101000101100111101011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEC85; }

 p { color: rgb(189,236,133); }

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

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

 a { background-color: rgb(189,236,133); }

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

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

 span { border-color: rgb(189,236,133); }

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