Html Css Color HEX #A8B60A Citrus

📋 copy color: '#A8B60A'

red 168 ◦ green 182 ◦ blue 10

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

Shades of Citrus #A8B60A

Tints of Citrus #A8B60A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

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

R = 46.67%
G = 50.56%
B = 2.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#A8B60A (or 0xA8B60A) is known color: Citrus. HEX triplet: A8, B6 and 0A. RGB value is (168,182,10). Sum of RGB (Red+Green+Blue) = 168+182+10=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B60A is #5749F5. Grayscale: #9E9E9E. Windows color (decimal): -5720566 or 702120. OLE color: 702120.

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

Color convert

RGB 168 182 10 -
CMYK 0.08 0 0.95 0.29
HSL 64.88º 0.9% 0.38% -
HSV(B) 64.88º 0.95% 0.71% -
XYZ 32.93 41.8 6.62 -
YUV 158.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 168 182 10 0.08 0 0.95 0.29 64.88 0.9 0.38
Hex A8 B6 A 8 0 5F 1D 41 5A 26
Octal 250 266 12 10 0 137 35 101 132 46
Binary 10101000 10110110 1010 1000 0 1011111 11101 1000001 1011010 100110

Color Harmonies of #A8B60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B60A

Black with #A8B60A

Text Example


Text Example

White with #A8B60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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