Html Css Color HEX #A8B50E Citrus

📋 copy color: '#A8B50E'

red 168 ◦ green 181 ◦ blue 14

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

Shades of Citrus #A8B50E

Tints of Citrus #A8B50E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.86%

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

R = 46.28%
G = 49.86%
B = 3.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#A8B50E (or 0xA8B50E) is known color: Citrus. HEX triplet: A8, B5 and 0E. RGB value is (168,181,14). Sum of RGB (Red+Green+Blue) = 168+181+14=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B50E is #574AF1. Grayscale: #9E9E9E. Windows color (decimal): -5720818 or 964008. OLE color: 964008.

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

Color convert

RGB 168 181 14 -
CMYK 0.07 0 0.92 0.29
HSL 64.67º 0.86% 0.38% -
HSV(B) 64.67º 0.92% 0.71% -
XYZ 32.75 41.4 6.68 -
YUV 158.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 168 181 14 0.07 0 0.92 0.29 64.67 0.86 0.38
Hex A8 B5 E 7 0 5C 1D 41 56 26
Octal 250 265 16 7 0 134 35 101 126 46
Binary 10101000 10110101 1110 111 0 1011100 11101 1000001 1010110 100110

Color Harmonies of #A8B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B50E

Black with #A8B50E

Text Example


Text Example

White with #A8B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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