Html Css Color HEX #A8B310 Citrus

📋 copy color: '#A8B310'

red 168 ◦ green 179 ◦ blue 16

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

Shades of Citrus #A8B310

Tints of Citrus #A8B310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 46.28%
G = 49.31%
B = 4.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#A8B310 (or 0xA8B310) is known color: Citrus. HEX triplet: A8, B3 and 10. RGB value is (168,179,16). Sum of RGB (Red+Green+Blue) = 168+179+16=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B310 is #574CEF. Grayscale: #9D9D9D. Windows color (decimal): -5721328 or 1094568. OLE color: 1094568.

HSL color Cylindrical-coordinate representation of color #A8B310: hue angle of 64.05º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8B310 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 16 -
CMYK 0.06 0 0.91 0.30
HSL 64.05º 0.84% 0.38% -
HSV(B) 64.05º 0.91% 0.7% -
XYZ 32.36 40.6 6.62 -
YUV 157.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 168 179 16 0.06 0 0.91 0.30 64.05 0.84 0.38
Hex A8 B3 10 6 0 5B 1E 40 54 26
Octal 250 263 20 6 0 133 36 100 124 46
Binary 10101000 10110011 10000 110 0 1011011 11110 1000000 1010100 100110

Color Harmonies of #A8B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B310

Black with #A8B310

Text Example


Text Example

White with #A8B310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B310; }

 p { color: rgb(168,179,16); }

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

background-color css

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

 a { background-color: rgb(168,179,16); }

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

border-color css

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

 span { border-color: rgb(168,179,16); }

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