#BBD971

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

Shades of Sulu #BBD971

Tints of Sulu #BBD971

Color information

#BBD971 (or 0xBBD971) is unknown color: approx Sulu. HEX triplet: BB, D9 and 71. RGB value is (187,217,113). Sum of RGB (Red+Green+Blue) = 187+217+113=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD971 is #44268E. Grayscale: #C4C4C4. Windows color (decimal): -4466319 or 7461307. OLE color: 7461307.

HSL color Cylindrical-coordinate representation of color #BBD971: hue angle of 77.31º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBD971 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB187217113-
CMYK0.1400.480.15
HSL77.31º57.78%64.71%-
HSV(B)77.31º47.93%85.1%-
XYZ48.2961.3824.93-
YUV196.1781.06121.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=36.17%
G=41.97%
B=21.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171130.1400.480.1577.3157.7864.71
HexBBD971E030F4d3a41
Octal273331161160601711572101
Binary1011101111011001111000111100110000111110011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD971; }

 p { color: rgb(187,217,113); }

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

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

 a { background-color: rgb(187,217,113); }

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

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

 span { border-color: rgb(187,217,113); }

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