Html Css Color HEX #A6BA01 Citrus

📋 copy color: '#A6BA01'

red 166 ◦ green 186 ◦ blue 1

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

Shades of Citrus #A6BA01

Tints of Citrus #A6BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.03%
G = 52.69%
B = 0.28%

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

#A6BA01 (or 0xA6BA01) is known color: Citrus. HEX triplet: A6, BA and 01. RGB value is (166,186,1). Sum of RGB (Red+Green+Blue) = 166+186+1=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA01 is #5945FE. Grayscale: #9F9F9F. Windows color (decimal): -5850623 or 113318. OLE color: 113318.

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

Color convert

RGB 166 186 1 -
CMYK 0.11 0 0.99 0.27
HSL 66.49º 0.99% 0.37% -
HSV(B) 66.49º 0.99% 0.73% -
XYZ 33.29 43.23 6.62 -
YUV 158.93 38.87 133.04 -
System Red Green Blue C M Y K H S L
Decimal 166 186 1 0.11 0 0.99 0.27 66.49 0.99 0.37
Hex A6 BA 1 B 0 63 1B 42 63 25
Octal 246 272 1 13 0 143 33 102 143 45
Binary 10100110 10111010 1 1011 0 1100011 11011 1000010 1100011 100101

Color Harmonies of #A6BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA01

Black with #A6BA01

Text Example


Text Example

White with #A6BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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