Html Css Color HEX #A8B70E Citrus

📋 copy color: '#A8B70E'

red 168 ◦ green 183 ◦ blue 14

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

Shades of Citrus #A8B70E

Tints of Citrus #A8B70E

RGB

 RED value IS 168 (66.02% from 255) = 46.03%

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

 BLUE value IS 14 (5.86% from 255) = 3.84%

R = 46.03%
G = 50.14%
B = 3.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#A8B70E (or 0xA8B70E) is known color: Citrus. HEX triplet: A8, B7 and 0E. RGB value is (168,183,14). Sum of RGB (Red+Green+Blue) = 168+183+14=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B70E is #5748F1. Grayscale: #9F9F9F. Windows color (decimal): -5720306 or 964520. OLE color: 964520.

HSL color Cylindrical-coordinate representation of color #A8B70E: hue angle of 65.33º degrees, saturation: 0.86, 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 #A8B70E is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 14 -
CMYK 0.08 0 0.92 0.28
HSL 65.33º 0.86% 0.39% -
HSV(B) 65.33º 0.92% 0.72% -
XYZ 33.16 42.22 6.82 -
YUV 159.25 46.03 134.24 -
System Red Green Blue C M Y K H S L
Decimal 168 183 14 0.08 0 0.92 0.28 65.33 0.86 0.39
Hex A8 B7 E 8 0 5C 1C 41 56 27
Octal 250 267 16 10 0 134 34 101 126 47
Binary 10101000 10110111 1110 1000 0 1011100 11100 1000001 1010110 100111

Color Harmonies of #A8B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B70E

Black with #A8B70E

Text Example


Text Example

White with #A8B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B70E; }

 p { color: rgb(168,183,14); }

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

background-color css

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

 a { background-color: rgb(168,183,14); }

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

border-color css

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

 span { border-color: rgb(168,183,14); }

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