Html Css Color HEX #A8BA0F Citrus

📋 copy color: '#A8BA0F'

red 168 ◦ green 186 ◦ blue 15

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

Shades of Citrus #A8BA0F

Tints of Citrus #A8BA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 45.53%
G = 50.41%
B = 4.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#A8BA0F (or 0xA8BA0F) is known color: Citrus. HEX triplet: A8, BA and 0F. RGB value is (168,186,15). Sum of RGB (Red+Green+Blue) = 168+186+15=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA0F is #5745F0. Grayscale: #A1A1A1. Windows color (decimal): -5719537 or 1030824. OLE color: 1030824.

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

Color convert

RGB 168 186 15 -
CMYK 0.10 0 0.92 0.27
HSL 66.32º 0.85% 0.39% -
HSV(B) 66.32º 0.92% 0.73% -
XYZ 33.79 43.48 7.06 -
YUV 161.12 45.54 132.9 -
System Red Green Blue C M Y K H S L
Decimal 168 186 15 0.10 0 0.92 0.27 66.32 0.85 0.39
Hex A8 BA F A 0 5C 1B 42 55 27
Octal 250 272 17 12 0 134 33 102 125 47
Binary 10101000 10111010 1111 1010 0 1011100 11011 1000010 1010101 100111

Color Harmonies of #A8BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA0F

Black with #A8BA0F

Text Example


Text Example

White with #A8BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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