#B0AB02

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

Shades of Citrus #B0AB02

Tints of Citrus #B0AB02

Color information

#B0AB02 (or 0xB0AB02) is unknown color: approx Citrus. HEX triplet: B0, AB and 02. RGB value is (176,171,2). Sum of RGB (Red+Green+Blue) = 176+171+2=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB02 is #4F54FD. Grayscale: #999999. Windows color (decimal): -5199102 or 175024. OLE color: 175024.

HSL color Cylindrical-coordinate representation of color #B0AB02: hue angle of 58.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0AB02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1761712-
CMYK00.030.990.31
HSL58.28º97.75%34.9%-
HSV(B)58.28º98.86%69.02%-
XYZ32.4838.365.75-
YUV153.2342.66144.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=50.43%
G=49.00%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176171200.030.990.3158.2897.7534.9
HexB0AB203631F3a6223
Octal260253203143377214243
Binary1011000010101011100111100011111111110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB02; }

 p { color: rgb(176,171,2); }

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

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

 a { background-color: rgb(176,171,2); }

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

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

 span { border-color: rgb(176,171,2); }

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