#B9DA7F

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

Shades of Sulu #B9DA7F

Tints of Sulu #B9DA7F

Color information

#B9DA7F (or 0xB9DA7F) is unknown color: approx Sulu. HEX triplet: B9, DA and 7F. RGB value is (185,218,127). Sum of RGB (Red+Green+Blue) = 185+218+127=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA7F is #462580. Grayscale: #C6C6C6. Windows color (decimal): -4597121 or 8379065. OLE color: 8379065.

HSL color Cylindrical-coordinate representation of color #B9DA7F: hue angle of 81.76º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9DA7F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB185218127-
CMYK0.1500.420.15
HSL81.76º55.15%67.65%-
HSV(B)81.76º41.74%85.49%-
XYZ48.9161.9929.47-
YUV197.7688.07118.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 127 (50% from 255) = 23.96%
R=34.91%
G=41.13%
B=23.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852181270.1500.420.1581.7655.1567.65
HexB9DA7FF02AF523744
Octal271332177170521712267104
Binary1011100111011010111111111110101010111110100101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DA7F; }

 p { color: rgb(185,218,127); }

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

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

 a { background-color: rgb(185,218,127); }

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

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

 span { border-color: rgb(185,218,127); }

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