#BDEB84

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

Shades of Sulu #BDEB84

Tints of Sulu #BDEB84

Color information

#BDEB84 (or 0xBDEB84) is unknown color: approx Sulu. HEX triplet: BD, EB and 84. RGB value is (189,235,132). Sum of RGB (Red+Green+Blue) = 189+235+132=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB84 is #42147B. Grayscale: #D1D1D1. Windows color (decimal): -4330620 or 8711101. OLE color: 8711101.

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

Color convert

RGB189235132-
CMYK0.2000.440.08
HSL86.8º72.03%71.96%-
HSV(B)86.8º43.83%92.16%-
XYZ54.8671.932.82-
YUV209.584.26113.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 235 (92.19% from 255) = 42.27%
BLUE value IS 132 (51.95% from 255) = 23.74%
R=33.99%
G=42.27%
B=23.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351320.2000.440.0886.872.0371.96
HexBDEB841402C8574848
Octal2753532042405410127110110
Binary1011110111101011100001001010001011001000101011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB84; }

 p { color: rgb(189,235,132); }

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

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

 a { background-color: rgb(189,235,132); }

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

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

 span { border-color: rgb(189,235,132); }

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