Html Css Color HEX #A8B10A Citrus

📋 copy color: '#A8B10A'

red 168 ◦ green 177 ◦ blue 10

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

Shades of Citrus #A8B10A

Tints of Citrus #A8B10A

RGB

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

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

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

R = 47.32%
G = 49.86%
B = 2.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#A8B10A (or 0xA8B10A) is known color: Citrus. HEX triplet: A8, B1 and 0A. RGB value is (168,177,10). Sum of RGB (Red+Green+Blue) = 168+177+10=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B10A is #574EF5. Grayscale: #9B9B9B. Windows color (decimal): -5721846 or 700840. OLE color: 700840.

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

Color convert

RGB 168 177 10 -
CMYK 0.05 0 0.94 0.31
HSL 63.23º 0.89% 0.37% -
HSV(B) 63.23º 0.94% 0.69% -
XYZ 31.93 39.79 6.28 -
YUV 155.27 46.02 137.08 -
System Red Green Blue C M Y K H S L
Decimal 168 177 10 0.05 0 0.94 0.31 63.23 0.89 0.37
Hex A8 B1 A 5 0 5E 1F 3F 59 25
Octal 250 261 12 5 0 136 37 77 131 45
Binary 10101000 10110001 1010 101 0 1011110 11111 111111 1011001 100101

Color Harmonies of #A8B10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B10A

Black with #A8B10A

Text Example


Text Example

White with #A8B10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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