Html Css Color HEX #A6B70F Citrus

📋 copy color: '#A6B70F'

red 166 ◦ green 183 ◦ blue 15

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

Shades of Citrus #A6B70F

Tints of Citrus #A6B70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.12%

R = 45.6%
G = 50.27%
B = 4.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#A6B70F (or 0xA6B70F) is known color: Citrus. HEX triplet: A6, B7 and 0F. RGB value is (166,183,15). Sum of RGB (Red+Green+Blue) = 166+183+15=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B70F is #5948F0. Grayscale: #9F9F9F. Windows color (decimal): -5851377 or 1030054. OLE color: 1030054.

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

Color convert

RGB 166 183 15 -
CMYK 0.09 0 0.92 0.28
HSL 66.07º 0.85% 0.39% -
HSV(B) 66.07º 0.92% 0.72% -
XYZ 32.75 42.01 6.83 -
YUV 158.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 166 183 15 0.09 0 0.92 0.28 66.07 0.85 0.39
Hex A6 B7 F 9 0 5C 1C 42 55 27
Octal 246 267 17 11 0 134 34 102 125 47
Binary 10100110 10110111 1111 1001 0 1011100 11100 1000010 1010101 100111

Color Harmonies of #A6B70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B70F

Black with #A6B70F

Text Example


Text Example

White with #A6B70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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