Html Css Color HEX #A6B514 Citrus

📋 copy color: '#A6B514'

red 166 ◦ green 181 ◦ blue 20

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

Shades of Citrus #A6B514

Tints of Citrus #A6B514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.32%

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 45.23%
G = 49.32%
B = 5.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#A6B514 (or 0xA6B514) is known color: Citrus. HEX triplet: A6, B5 and 14. RGB value is (166,181,20). Sum of RGB (Red+Green+Blue) = 166+181+20=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B514 is #594AEB. Grayscale: #9E9E9E. Windows color (decimal): -5851884 or 1357222. OLE color: 1357222.

HSL color Cylindrical-coordinate representation of color #A6B514: hue angle of 65.59º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6B514 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 20 -
CMYK 0.08 0 0.89 0.29
HSL 65.59º 0.8% 0.39% -
HSV(B) 65.59º 0.89% 0.71% -
XYZ 32.38 41.21 6.91 -
YUV 158.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 166 181 20 0.08 0 0.89 0.29 65.59 0.8 0.39
Hex A6 B5 14 8 0 59 1D 42 50 27
Octal 246 265 24 10 0 131 35 102 120 47
Binary 10100110 10110101 10100 1000 0 1011001 11101 1000010 1010000 100111

Color Harmonies of #A6B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B514

Black with #A6B514

Text Example


Text Example

White with #A6B514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B514; }

 p { color: rgb(166,181,20); }

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

background-color css

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

 a { background-color: rgb(166,181,20); }

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

border-color css

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

 span { border-color: rgb(166,181,20); }

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