Html Css Color HEX #A4BA02 Citrus

📋 copy color: '#A4BA02'

red 164 ◦ green 186 ◦ blue 2

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

Shades of Citrus #A4BA02

Tints of Citrus #A4BA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.84%

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

R = 46.59%
G = 52.84%
B = 0.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#A4BA02 (or 0xA4BA02) is known color: Citrus. HEX triplet: A4, BA and 02. RGB value is (164,186,2). Sum of RGB (Red+Green+Blue) = 164+186+2=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BA02 is #5B45FD. Grayscale: #9F9F9F. Windows color (decimal): -5981694 or 178852. OLE color: 178852.

HSL color Cylindrical-coordinate representation of color #A4BA02: hue angle of 67.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4BA02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 186 2 -
CMYK 0.12 0 0.99 0.27
HSL 67.17º 0.98% 0.37% -
HSV(B) 67.17º 0.99% 0.73% -
XYZ 32.88 43.01 6.63 -
YUV 158.45 39.71 131.96 -
System Red Green Blue C M Y K H S L
Decimal 164 186 2 0.12 0 0.99 0.27 67.17 0.98 0.37
Hex A4 BA 2 C 0 63 1B 43 62 25
Octal 244 272 2 14 0 143 33 103 142 45
Binary 10100100 10111010 10 1100 0 1100011 11011 1000011 1100010 100101

Color Harmonies of #A4BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA02

Black with #A4BA02

Text Example


Text Example

White with #A4BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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