Html Css Color HEX #A7BA0E Citrus

📋 copy color: '#A7BA0E'

red 167 ◦ green 186 ◦ blue 14

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

Shades of Citrus #A7BA0E

Tints of Citrus #A7BA0E

RGB

 RED value IS 167 (65.63% from 255) = 45.5%

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

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 45.5%
G = 50.68%
B = 3.81%

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

#A7BA0E (or 0xA7BA0E) is known color: Citrus. HEX triplet: A7, BA and 0E. RGB value is (167,186,14). Sum of RGB (Red+Green+Blue) = 167+186+14=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BA0E is #5845F1. Grayscale: #A1A1A1. Windows color (decimal): -5785074 or 965287. OLE color: 965287.

HSL color Cylindrical-coordinate representation of color #A7BA0E: hue angle of 66.63º degrees, saturation: 0.86, 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 #A7BA0E is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 186 14 -
CMYK 0.10 0 0.92 0.27
HSL 66.63º 0.86% 0.39% -
HSV(B) 66.63º 0.92% 0.73% -
XYZ 33.57 43.37 7.02 -
YUV 160.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 167 186 14 0.10 0 0.92 0.27 66.63 0.86 0.39
Hex A7 BA E A 0 5C 1B 43 56 27
Octal 247 272 16 12 0 134 33 103 126 47
Binary 10100111 10111010 1110 1010 0 1011100 11011 1000011 1010110 100111

Color Harmonies of #A7BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA0E

Black with #A7BA0E

Text Example


Text Example

White with #A7BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA0E; }

 p { color: rgb(167,186,14); }

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

background-color css

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

 a { background-color: rgb(167,186,14); }

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

border-color css

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

 span { border-color: rgb(167,186,14); }

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