Html Css Color HEX #A6BA0A Citrus

📋 copy color: '#A6BA0A'

red 166 ◦ green 186 ◦ blue 10

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

Shades of Citrus #A6BA0A

Tints of Citrus #A6BA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 45.86%
G = 51.38%
B = 2.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#A6BA0A (or 0xA6BA0A) is known color: Citrus. HEX triplet: A6, BA and 0A. RGB value is (166,186,10). Sum of RGB (Red+Green+Blue) = 166+186+10=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA0A is #5945F5. Grayscale: #A0A0A0. Windows color (decimal): -5850614 or 703142. OLE color: 703142.

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

Color convert

RGB 166 186 10 -
CMYK 0.11 0 0.95 0.27
HSL 66.82º 0.9% 0.38% -
HSV(B) 66.82º 0.95% 0.73% -
XYZ 33.34 43.25 6.88 -
YUV 159.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 166 186 10 0.11 0 0.95 0.27 66.82 0.9 0.38
Hex A6 BA A B 0 5F 1B 43 5A 26
Octal 246 272 12 13 0 137 33 103 132 46
Binary 10100110 10111010 1010 1011 0 1011111 11011 1000011 1011010 100110

Color Harmonies of #A6BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA0A

Black with #A6BA0A

Text Example


Text Example

White with #A6BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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