Html Css Color HEX #A8B80A Citrus

📋 copy color: '#A8B80A'

red 168 ◦ green 184 ◦ blue 10

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

Shades of Citrus #A8B80A

Tints of Citrus #A8B80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.83%

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

R = 46.41%
G = 50.83%
B = 2.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#A8B80A (or 0xA8B80A) is known color: Citrus. HEX triplet: A8, B8 and 0A. RGB value is (168,184,10). Sum of RGB (Red+Green+Blue) = 168+184+10=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B80A is #5747F5. Grayscale: #A0A0A0. Windows color (decimal): -5720054 or 702632. OLE color: 702632.

HSL color Cylindrical-coordinate representation of color #A8B80A: hue angle of 65.52º 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 #A8B80A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 184 10 -
CMYK 0.09 0 0.95 0.28
HSL 65.52º 0.9% 0.38% -
HSV(B) 65.52º 0.95% 0.72% -
XYZ 33.34 42.63 6.76 -
YUV 159.38 43.7 134.15 -
System Red Green Blue C M Y K H S L
Decimal 168 184 10 0.09 0 0.95 0.28 65.52 0.9 0.38
Hex A8 B8 A 9 0 5F 1C 42 5A 26
Octal 250 270 12 11 0 137 34 102 132 46
Binary 10101000 10111000 1010 1001 0 1011111 11100 1000010 1011010 100110

Color Harmonies of #A8B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B80A

Black with #A8B80A

Text Example


Text Example

White with #A8B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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