Html Css Color HEX #A4B70C Citrus

📋 copy color: '#A4B70C'

red 164 ◦ green 183 ◦ blue 12

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

Shades of Citrus #A4B70C

Tints of Citrus #A4B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.97%

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 45.68%
G = 50.97%
B = 3.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#A4B70C (or 0xA4B70C) is known color: Citrus. HEX triplet: A4, B7 and 0C. RGB value is (164,183,12). Sum of RGB (Red+Green+Blue) = 164+183+12=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B70C is #5B48F3. Grayscale: #9E9E9E. Windows color (decimal): -5982452 or 833444. OLE color: 833444.

HSL color Cylindrical-coordinate representation of color #A4B70C: hue angle of 66.67º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4B70C is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 12 -
CMYK 0.10 0 0.93 0.28
HSL 66.67º 0.88% 0.38% -
HSV(B) 66.67º 0.93% 0.72% -
XYZ 32.31 41.79 6.71 -
YUV 157.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 164 183 12 0.10 0 0.93 0.28 66.67 0.88 0.38
Hex A4 B7 C A 0 5D 1C 43 58 26
Octal 244 267 14 12 0 135 34 103 130 46
Binary 10100100 10110111 1100 1010 0 1011101 11100 1000011 1011000 100110

Color Harmonies of #A4B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B70C

Black with #A4B70C

Text Example


Text Example

White with #A4B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B70C; }

 p { color: rgb(164,183,12); }

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

background-color css

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

 a { background-color: rgb(164,183,12); }

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

border-color css

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

 span { border-color: rgb(164,183,12); }

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