#BBD67D

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

Shades of Sulu #BBD67D

Tints of Sulu #BBD67D

Color information

#BBD67D (or 0xBBD67D) is unknown color: approx Sulu. HEX triplet: BB, D6 and 7D. RGB value is (187,214,125). Sum of RGB (Red+Green+Blue) = 187+214+125=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD67D is #442982. Grayscale: #C4C4C4. Windows color (decimal): -4467075 or 8246971. OLE color: 8246971.

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

Color convert

RGB187214125-
CMYK0.1300.420.16
HSL78.2º52.05%66.47%-
HSV(B)78.2º41.59%83.92%-
XYZ48.2460.1428.47-
YUV195.7888.05121.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 125 (49.22% from 255) = 23.76%
R=35.55%
G=40.68%
B=23.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141250.1300.420.1678.252.0566.47
HexBBD67DD02A104e3442
Octal273326175150522011664102
Binary10111011110101101111101110101010101000010011101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD67D; }

 p { color: rgb(187,214,125); }

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

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

 a { background-color: rgb(187,214,125); }

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

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

 span { border-color: rgb(187,214,125); }

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