Html Css Color HEX #A8B70A Citrus

📋 copy color: '#A8B70A'

red 168 ◦ green 183 ◦ blue 10

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

Shades of Citrus #A8B70A

Tints of Citrus #A8B70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 46.54%
G = 50.69%
B = 2.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#A8B70A (or 0xA8B70A) is known color: Citrus. HEX triplet: A8, B7 and 0A. RGB value is (168,183,10). Sum of RGB (Red+Green+Blue) = 168+183+10=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B70A is #5748F5. Grayscale: #9F9F9F. Windows color (decimal): -5720310 or 702376. OLE color: 702376.

HSL color Cylindrical-coordinate representation of color #A8B70A: hue angle of 65.2º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8B70A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 10 -
CMYK 0.08 0 0.95 0.28
HSL 65.2º 0.9% 0.38% -
HSV(B) 65.2º 0.95% 0.72% -
XYZ 33.14 42.21 6.69 -
YUV 158.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 168 183 10 0.08 0 0.95 0.28 65.2 0.9 0.38
Hex A8 B7 A 8 0 5F 1C 41 5A 26
Octal 250 267 12 10 0 137 34 101 132 46
Binary 10101000 10110111 1010 1000 0 1011111 11100 1000001 1011010 100110

Color Harmonies of #A8B70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B70A

Black with #A8B70A

Text Example


Text Example

White with #A8B70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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