#B9D67B

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

Shades of Sulu #B9D67B

Tints of Sulu #B9D67B

Color information

#B9D67B (or 0xB9D67B) is unknown color: approx Sulu. HEX triplet: B9, D6 and 7B. RGB value is (185,214,123). Sum of RGB (Red+Green+Blue) = 185+214+123=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D67B is #462984. Grayscale: #C3C3C3. Windows color (decimal): -4598149 or 8115897. OLE color: 8115897.

HSL color Cylindrical-coordinate representation of color #B9D67B: hue angle of 79.12º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9D67B is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB185214123-
CMYK0.1400.430.16
HSL79.12º52.6%66.08%-
HSV(B)79.12º42.52%83.92%-
XYZ47.6359.8427.78-
YUV194.9687.39120.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 123 (48.44% from 255) = 23.56%
R=35.44%
G=41.00%
B=23.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141230.1400.430.1679.1252.666.08
HexB9D67BE02B104f3542
Octal271326173160532011765102
Binary10111001110101101111011111001010111000010011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D67B; }

 p { color: rgb(185,214,123); }

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

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

 a { background-color: rgb(185,214,123); }

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

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

 span { border-color: rgb(185,214,123); }

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