Html Css Color HEX #A6B714 Citrus

📋 copy color: '#A6B714'

red 166 ◦ green 183 ◦ blue 20

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

Shades of Citrus #A6B714

Tints of Citrus #A6B714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.59%

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

R = 44.99%
G = 49.59%
B = 5.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#A6B714 (or 0xA6B714) is known color: Citrus. HEX triplet: A6, B7 and 14. RGB value is (166,183,20). Sum of RGB (Red+Green+Blue) = 166+183+20=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B714 is #5948EB. Grayscale: #9F9F9F. Windows color (decimal): -5851372 or 1357734. OLE color: 1357734.

HSL color Cylindrical-coordinate representation of color #A6B714: hue angle of 66.26º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6B714 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 20 -
CMYK 0.09 0 0.89 0.28
HSL 66.26º 0.8% 0.4% -
HSV(B) 66.26º 0.89% 0.72% -
XYZ 32.79 42.02 7.05 -
YUV 159.34 49.37 132.75 -
System Red Green Blue C M Y K H S L
Decimal 166 183 20 0.09 0 0.89 0.28 66.26 0.8 0.4
Hex A6 B7 14 9 0 59 1C 42 50 28
Octal 246 267 24 11 0 131 34 102 120 50
Binary 10100110 10110111 10100 1001 0 1011001 11100 1000010 1010000 101000

Color Harmonies of #A6B714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B714

Black with #A6B714

Text Example


Text Example

White with #A6B714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B714; }

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

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

background-color css

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

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

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

border-color css

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

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

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