Html Css Color HEX #A9BA02 Citrus

📋 copy color: '#A9BA02'

red 169 ◦ green 186 ◦ blue 2

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

Shades of Citrus #A9BA02

Tints of Citrus #A9BA02

RGB

 RED value IS 169 (66.41% from 255) = 47.34%

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

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

R = 47.34%
G = 52.1%
B = 0.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#A9BA02 (or 0xA9BA02) is known color: Citrus. HEX triplet: A9, BA and 02. RGB value is (169,186,2). Sum of RGB (Red+Green+Blue) = 169+186+2=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BA02 is #5645FD. Grayscale: #A0A0A0. Windows color (decimal): -5654014 or 178857. OLE color: 178857.

HSL color Cylindrical-coordinate representation of color #A9BA02: hue angle of 65.54º 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 #A9BA02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 186 2 -
CMYK 0.09 0 0.99 0.27
HSL 65.54º 0.98% 0.37% -
HSV(B) 65.54º 0.99% 0.73% -
XYZ 33.93 43.56 6.68 -
YUV 159.94 38.87 134.46 -
System Red Green Blue C M Y K H S L
Decimal 169 186 2 0.09 0 0.99 0.27 65.54 0.98 0.37
Hex A9 BA 2 9 0 63 1B 42 62 25
Octal 251 272 2 11 0 143 33 102 142 45
Binary 10101001 10111010 10 1001 0 1100011 11011 1000010 1100010 100101

Color Harmonies of #A9BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA02

Black with #A9BA02

Text Example


Text Example

White with #A9BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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