Html Css Color HEX #A4B202 Citrus

📋 copy color: '#A4B202'

red 164 ◦ green 178 ◦ blue 2

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

Shades of Citrus #A4B202

Tints of Citrus #A4B202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.74%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 47.67%
G = 51.74%
B = 0.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#A4B202 (or 0xA4B202) is known color: Citrus. HEX triplet: A4, B2 and 02. RGB value is (164,178,2). Sum of RGB (Red+Green+Blue) = 164+178+2=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B202 is #5B4DFD. Grayscale: #9A9A9A. Windows color (decimal): -5983742 or 176804. OLE color: 176804.

HSL color Cylindrical-coordinate representation of color #A4B202: hue angle of 64.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4B202 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 2 -
CMYK 0.08 0 0.99 0.30
HSL 64.77º 0.98% 0.35% -
HSV(B) 64.77º 0.99% 0.7% -
XYZ 31.24 39.74 6.08 -
YUV 153.75 42.36 135.31 -
System Red Green Blue C M Y K H S L
Decimal 164 178 2 0.08 0 0.99 0.30 64.77 0.98 0.35
Hex A4 B2 2 8 0 63 1E 41 62 23
Octal 244 262 2 10 0 143 36 101 142 43
Binary 10100100 10110010 10 1000 0 1100011 11110 1000001 1100010 100011

Color Harmonies of #A4B202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B202

Black with #A4B202

Text Example


Text Example

White with #A4B202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B202; }

 p { color: rgb(164,178,2); }

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

background-color css

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

 a { background-color: rgb(164,178,2); }

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

border-color css

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

 span { border-color: rgb(164,178,2); }

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