Html Css Color HEX #A8BA0C Citrus

📋 copy color: '#A8BA0C'

red 168 ◦ green 186 ◦ blue 12

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

Shades of Citrus #A8BA0C

Tints of Citrus #A8BA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.82%

 BLUE value IS 12 (5.08% from 255) = 3.28%

R = 45.9%
G = 50.82%
B = 3.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#A8BA0C (or 0xA8BA0C) is known color: Citrus. HEX triplet: A8, BA and 0C. RGB value is (168,186,12). Sum of RGB (Red+Green+Blue) = 168+186+12=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA0C is #5745F3. Grayscale: #A1A1A1. Windows color (decimal): -5719540 or 834216. OLE color: 834216.

HSL color Cylindrical-coordinate representation of color #A8BA0C: hue angle of 66.21º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8BA0C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 12 -
CMYK 0.10 0 0.94 0.27
HSL 66.21º 0.88% 0.39% -
HSV(B) 66.21º 0.94% 0.73% -
XYZ 33.77 43.47 6.96 -
YUV 160.78 44.04 133.15 -
System Red Green Blue C M Y K H S L
Decimal 168 186 12 0.10 0 0.94 0.27 66.21 0.88 0.39
Hex A8 BA C A 0 5E 1B 42 58 27
Octal 250 272 14 12 0 136 33 102 130 47
Binary 10101000 10111010 1100 1010 0 1011110 11011 1000010 1011000 100111

Color Harmonies of #A8BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA0C

Black with #A8BA0C

Text Example


Text Example

White with #A8BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA0C; }

 p { color: rgb(168,186,12); }

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

background-color css

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

 a { background-color: rgb(168,186,12); }

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

border-color css

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

 span { border-color: rgb(168,186,12); }

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