#B0AD00

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

Shades of Citrus #B0AD00

Tints of Citrus #B0AD00

Color information

#B0AD00 (or 0xB0AD00) is unknown color: approx Citrus. HEX triplet: B0, AD and 00. RGB value is (176,173,0). Sum of RGB (Red+Green+Blue) = 176+173+0=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD00 is #4F52FF. Grayscale: #9A9A9A. Windows color (decimal): -5198592 or 44464. OLE color: 44464.

HSL color Cylindrical-coordinate representation of color #B0AD00: hue angle of 58.98º 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 #B0AD00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1761730-
CMYK00.0210.31
HSL58.98º100%34.51%-
HSV(B)58.98º100%69.02%-
XYZ32.8539.125.82-
YUV154.1740.99143.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 173 (67.97% from 255) = 49.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.43%
G=49.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176173000.0210.3158.9810034.51
HexB0AD002641F3b6423
Octal260255002144377314443
Binary101100001010110100101100100111111110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD00; }

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

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

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

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

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

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

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

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