#B0A800

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

Shades of Citrus #B0A800

Tints of Citrus #B0A800

Color information

#B0A800 (or 0xB0A800) is unknown color: approx Citrus. HEX triplet: B0, A8 and 00. RGB value is (176,168,0). Sum of RGB (Red+Green+Blue) = 176+168+0=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A800 is #4F57FF. Grayscale: #979797. Windows color (decimal): -5199872 or 43184. OLE color: 43184.

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

Color convert

RGB1761680-
CMYK00.0510.31
HSL57.27º100%34.51%-
HSV(B)57.27º100%69.02%-
XYZ31.9137.245.51-
YUV151.2442.65145.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 168 (66.02% from 255) = 48.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.16%
G=48.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176168000.0510.3157.2710034.51
HexB0A8005641F396423
Octal260250005144377114443
Binary1011000010101000001011100100111111110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A800; }

 p { color: rgb(176,168,0); }

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

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

 a { background-color: rgb(176,168,0); }

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

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

 span { border-color: rgb(176,168,0); }

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