Html Css Color HEX #A8B912 Citrus

📋 copy color: '#A8B912'

red 168 ◦ green 185 ◦ blue 18

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

Shades of Citrus #A8B912

Tints of Citrus #A8B912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.87%

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

R = 45.28%
G = 49.87%
B = 4.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A8B912 (or 0xA8B912) is known color: Citrus. HEX triplet: A8, B9 and 12. RGB value is (168,185,18). Sum of RGB (Red+Green+Blue) = 168+185+18=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B912 is #5746ED. Grayscale: #A1A1A1. Windows color (decimal): -5719790 or 1227176. OLE color: 1227176.

HSL color Cylindrical-coordinate representation of color #A8B912: hue angle of 66.11º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8B912 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 18 -
CMYK 0.09 0 0.90 0.27
HSL 66.11º 0.82% 0.4% -
HSV(B) 66.11º 0.9% 0.73% -
XYZ 33.61 43.07 7.11 -
YUV 160.88 47.37 133.08 -
System Red Green Blue C M Y K H S L
Decimal 168 185 18 0.09 0 0.90 0.27 66.11 0.82 0.4
Hex A8 B9 12 9 0 5A 1B 42 52 28
Octal 250 271 22 11 0 132 33 102 122 50
Binary 10101000 10111001 10010 1001 0 1011010 11011 1000010 1010010 101000

Color Harmonies of #A8B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B912

Black with #A8B912

Text Example


Text Example

White with #A8B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B912; }

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

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

background-color css

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

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

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

border-color css

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

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

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