Html Css Color HEX #A4B00A Citrus

📋 copy color: '#A4B00A'

red 164 ◦ green 176 ◦ blue 10

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

Shades of Citrus #A4B00A

Tints of Citrus #A4B00A

RGB

 RED value IS 164 (64.45% from 255) = 46.86%

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

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 46.86%
G = 50.29%
B = 2.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#A4B00A (or 0xA4B00A) is known color: Citrus. HEX triplet: A4, B0 and 0A. RGB value is (164,176,10). Sum of RGB (Red+Green+Blue) = 164+176+10=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B00A is #5B4FF5. Grayscale: #9A9A9A. Windows color (decimal): -5984246 or 700580. OLE color: 700580.

HSL color Cylindrical-coordinate representation of color #A4B00A: hue angle of 64.34º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4B00A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 176 10 -
CMYK 0.07 0 0.94 0.31
HSL 64.34º 0.89% 0.36% -
HSV(B) 64.34º 0.94% 0.69% -
XYZ 30.89 38.97 6.18 -
YUV 153.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 164 176 10 0.07 0 0.94 0.31 64.34 0.89 0.36
Hex A4 B0 A 7 0 5E 1F 40 59 24
Octal 244 260 12 7 0 136 37 100 131 44
Binary 10100100 10110000 1010 111 0 1011110 11111 1000000 1011001 100100

Color Harmonies of #A4B00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B00A

Black with #A4B00A

Text Example


Text Example

White with #A4B00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B00A; }

 p { color: rgb(164,176,10); }

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

background-color css

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

 a { background-color: rgb(164,176,10); }

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

border-color css

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

 span { border-color: rgb(164,176,10); }

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