Html Css Color HEX #A8B10E Citrus

📋 copy color: '#A8B10E'

red 168 ◦ green 177 ◦ blue 14

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

Shades of Citrus #A8B10E

Tints of Citrus #A8B10E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.3%

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

R = 46.8%
G = 49.3%
B = 3.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#A8B10E (or 0xA8B10E) is known color: Citrus. HEX triplet: A8, B1 and 0E. RGB value is (168,177,14). Sum of RGB (Red+Green+Blue) = 168+177+14=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B10E is #574EF1. Grayscale: #9C9C9C. Windows color (decimal): -5721842 or 962984. OLE color: 962984.

HSL color Cylindrical-coordinate representation of color #A8B10E: hue angle of 63.31º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8B10E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 14 -
CMYK 0.05 0 0.92 0.31
HSL 63.31º 0.85% 0.37% -
HSV(B) 63.31º 0.92% 0.69% -
XYZ 31.95 39.8 6.41 -
YUV 155.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 168 177 14 0.05 0 0.92 0.31 63.31 0.85 0.37
Hex A8 B1 E 5 0 5C 1F 3F 55 25
Octal 250 261 16 5 0 134 37 77 125 45
Binary 10101000 10110001 1110 101 0 1011100 11111 111111 1010101 100101

Color Harmonies of #A8B10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B10E

Black with #A8B10E

Text Example


Text Example

White with #A8B10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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