Html Css Color HEX #A4B700 Citrus

📋 copy color: '#A4B700'

red 164 ◦ green 183 ◦ blue 0

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

Shades of Citrus #A4B700

Tints of Citrus #A4B700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.26%
G = 52.74%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#A4B700 (or 0xA4B700) is known color: Citrus. HEX triplet: A4, B7 and 00. RGB value is (164,183,0). Sum of RGB (Red+Green+Blue) = 164+183+0=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B700 is #5B48FF. Grayscale: #9D9D9D. Windows color (decimal): -5982464 or 47012. OLE color: 47012.

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

Color convert

RGB 164 183 0 -
CMYK 0.10 0 1 0.28
HSL 66.23º 1% 0.36% -
HSV(B) 66.23º 1% 0.72% -
XYZ 32.24 41.76 6.36 -
YUV 156.46 39.71 133.38 -
System Red Green Blue C M Y K H S L
Decimal 164 183 0 0.10 0 1 0.28 66.23 1 0.36
Hex A4 B7 0 A 0 64 1C 42 64 24
Octal 244 267 0 12 0 144 34 102 144 44
Binary 10100100 10110111 0 1010 0 1100100 11100 1000010 1100100 100100

Color Harmonies of #A4B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B700

Black with #A4B700

Text Example


Text Example

White with #A4B700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B700; }

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

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

background-color css

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

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

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

border-color css

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

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

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