Html Css Color HEX #A6B60D Citrus

📋 copy color: '#A6B60D'

red 166 ◦ green 182 ◦ blue 13

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

Shades of Citrus #A6B60D

Tints of Citrus #A6B60D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 45.98%
G = 50.42%
B = 3.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#A6B60D (or 0xA6B60D) is known color: Citrus. HEX triplet: A6, B6 and 0D. RGB value is (166,182,13). Sum of RGB (Red+Green+Blue) = 166+182+13=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B60D is #5949F2. Grayscale: #9E9E9E. Windows color (decimal): -5851635 or 898726. OLE color: 898726.

HSL color Cylindrical-coordinate representation of color #A6B60D: hue angle of 65.68º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6B60D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 13 -
CMYK 0.09 0 0.93 0.29
HSL 65.68º 0.87% 0.38% -
HSV(B) 65.68º 0.93% 0.71% -
XYZ 32.53 41.59 6.69 -
YUV 157.95 46.2 133.74 -
System Red Green Blue C M Y K H S L
Decimal 166 182 13 0.09 0 0.93 0.29 65.68 0.87 0.38
Hex A6 B6 D 9 0 5D 1D 42 57 26
Octal 246 266 15 11 0 135 35 102 127 46
Binary 10100110 10110110 1101 1001 0 1011101 11101 1000010 1010111 100110

Color Harmonies of #A6B60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B60D

Black with #A6B60D

Text Example


Text Example

White with #A6B60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B60D; }

 p { color: rgb(166,182,13); }

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

background-color css

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

 a { background-color: rgb(166,182,13); }

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

border-color css

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

 span { border-color: rgb(166,182,13); }

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