Html Css Color HEX #A6BA02 Citrus

📋 copy color: '#A6BA02'

red 166 ◦ green 186 ◦ blue 2

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

Shades of Citrus #A6BA02

Tints of Citrus #A6BA02

RGB

 RED value IS 166 (65.23% from 255) = 46.89%

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

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

R = 46.89%
G = 52.54%
B = 0.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#A6BA02 (or 0xA6BA02) is known color: Citrus. HEX triplet: A6, BA and 02. RGB value is (166,186,2). Sum of RGB (Red+Green+Blue) = 166+186+2=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA02 is #5945FD. Grayscale: #9F9F9F. Windows color (decimal): -5850622 or 178854. OLE color: 178854.

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

Color convert

RGB 166 186 2 -
CMYK 0.11 0 0.99 0.27
HSL 66.52º 0.98% 0.37% -
HSV(B) 66.52º 0.99% 0.73% -
XYZ 33.3 43.23 6.65 -
YUV 159.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 166 186 2 0.11 0 0.99 0.27 66.52 0.98 0.37
Hex A6 BA 2 B 0 63 1B 43 62 25
Octal 246 272 2 13 0 143 33 103 142 45
Binary 10100110 10111010 10 1011 0 1100011 11011 1000011 1100010 100101

Color Harmonies of #A6BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA02

Black with #A6BA02

Text Example


Text Example

White with #A6BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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