Html Css Color HEX #A8B312 Citrus

📋 copy color: '#A8B312'

red 168 ◦ green 179 ◦ blue 18

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

Shades of Citrus #A8B312

Tints of Citrus #A8B312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.93%

R = 46.03%
G = 49.04%
B = 4.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#A8B312 (or 0xA8B312) is known color: Citrus. HEX triplet: A8, B3 and 12. RGB value is (168,179,18). Sum of RGB (Red+Green+Blue) = 168+179+18=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B312 is #574CED. Grayscale: #9D9D9D. Windows color (decimal): -5721326 or 1225640. OLE color: 1225640.

HSL color Cylindrical-coordinate representation of color #A8B312: hue angle of 64.1º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8B312 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 18 -
CMYK 0.06 0 0.90 0.30
HSL 64.1º 0.82% 0.39% -
HSV(B) 64.1º 0.9% 0.7% -
XYZ 32.38 40.61 6.7 -
YUV 157.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 168 179 18 0.06 0 0.90 0.30 64.1 0.82 0.39
Hex A8 B3 12 6 0 5A 1E 40 52 27
Octal 250 263 22 6 0 132 36 100 122 47
Binary 10101000 10110011 10010 110 0 1011010 11110 1000000 1010010 100111

Color Harmonies of #A8B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B312

Black with #A8B312

Text Example


Text Example

White with #A8B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B312; }

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

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

background-color css

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

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

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

border-color css

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

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

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