Html Css Color HEX #B0AA04 Citrus

📋 copy color: '#B0AA04'

red 176 ◦ green 170 ◦ blue 4

#B0AA04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #B0AA04

Tints of Citrus #B0AA04

RGB

 RED value IS 176 (69.14% from 255) = 50.29%

 GREEN value IS 170 (66.8% from 255) = 48.57%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 50.29%
G = 48.57%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B0AA04 (or 0xB0AA04) is known color: Citrus. HEX triplet: B0, AA and 04. RGB value is (176,170,4). Sum of RGB (Red+Green+Blue) = 176+170+4=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AA04 is #4F55FB. Grayscale: #999999. Windows color (decimal): -5199356 or 305840. OLE color: 305840.

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

Color convert

RGB 176 170 4 -
CMYK 0 0.03 0.98 0.31
HSL 57.91º 0.96% 0.35% -
HSV(B) 57.91º 0.98% 0.69% -
XYZ 32.3 37.99 5.74 -
YUV 152.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 176 170 4 0 0.03 0.98 0.31 57.91 0.96 0.35
Hex B0 AA 4 0 3 62 1F 3A 60 23
Octal 260 252 4 0 3 142 37 72 140 43
Binary 10110000 10101010 100 0 11 1100010 11111 111010 1100000 100011

Color Harmonies of #B0AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA04

Black with #B0AA04

Text Example


Text Example

White with #B0AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA04; }

 p { color: rgb(176,170,4); }

 H1.HeaderClassName
 {
   color: #B0AA04;
 }
 .AnyTagClassName
 {
   color: #B0AA04;
 }
</style>

background-color css

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

 a { background-color: rgb(176,170,4); }

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

border-color css

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

 span { border-color: rgb(176,170,4); }

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