Html Css Color HEX #A6BA04 Citrus

📋 copy color: '#A6BA04'

red 166 ◦ green 186 ◦ blue 4

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

Shades of Citrus #A6BA04

Tints of Citrus #A6BA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 46.63%
G = 52.25%
B = 1.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A6BA04 (or 0xA6BA04) is known color: Citrus. HEX triplet: A6, BA and 04. RGB value is (166,186,4). Sum of RGB (Red+Green+Blue) = 166+186+4=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA04 is #5945FB. Grayscale: #9F9F9F. Windows color (decimal): -5850620 or 309926. OLE color: 309926.

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

Color convert

RGB 166 186 4 -
CMYK 0.11 0 0.98 0.27
HSL 66.59º 0.96% 0.37% -
HSV(B) 66.59º 0.98% 0.73% -
XYZ 33.31 43.23 6.7 -
YUV 159.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 166 186 4 0.11 0 0.98 0.27 66.59 0.96 0.37
Hex A6 BA 4 B 0 62 1B 43 60 25
Octal 246 272 4 13 0 142 33 103 140 45
Binary 10100110 10111010 100 1011 0 1100010 11011 1000011 1100000 100101

Color Harmonies of #A6BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA04

Black with #A6BA04

Text Example


Text Example

White with #A6BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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