Html Css Color HEX #A6BA06 Citrus

📋 copy color: '#A6BA06'

red 166 ◦ green 186 ◦ blue 6

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

Shades of Citrus #A6BA06

Tints of Citrus #A6BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 46.37%
G = 51.96%
B = 1.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#A6BA06 (or 0xA6BA06) is known color: Citrus. HEX triplet: A6, BA and 06. RGB value is (166,186,6). Sum of RGB (Red+Green+Blue) = 166+186+6=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA06 is #5945F9. Grayscale: #A0A0A0. Windows color (decimal): -5850618 or 440998. OLE color: 440998.

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

Color convert

RGB 166 186 6 -
CMYK 0.11 0 0.97 0.27
HSL 66.67º 0.94% 0.38% -
HSV(B) 66.67º 0.97% 0.73% -
XYZ 33.32 43.24 6.76 -
YUV 159.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 166 186 6 0.11 0 0.97 0.27 66.67 0.94 0.38
Hex A6 BA 6 B 0 61 1B 43 5E 26
Octal 246 272 6 13 0 141 33 103 136 46
Binary 10100110 10111010 110 1011 0 1100001 11011 1000011 1011110 100110

Color Harmonies of #A6BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA06

Black with #A6BA06

Text Example


Text Example

White with #A6BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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