Html Css Color HEX #A7BA0C Citrus

📋 copy color: '#A7BA0C'

red 167 ◦ green 186 ◦ blue 12

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

Shades of Citrus #A7BA0C

Tints of Citrus #A7BA0C

RGB

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

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

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

R = 45.75%
G = 50.96%
B = 3.29%

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

#A7BA0C (or 0xA7BA0C) is known color: Citrus. HEX triplet: A7, BA and 0C. RGB value is (167,186,12). Sum of RGB (Red+Green+Blue) = 167+186+12=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BA0C is #5845F3. Grayscale: #A1A1A1. Windows color (decimal): -5785076 or 834215. OLE color: 834215.

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

Color convert

RGB 167 186 12 -
CMYK 0.10 0 0.94 0.27
HSL 66.55º 0.88% 0.39% -
HSV(B) 66.55º 0.94% 0.73% -
XYZ 33.56 43.36 6.95 -
YUV 160.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 167 186 12 0.10 0 0.94 0.27 66.55 0.88 0.39
Hex A7 BA C A 0 5E 1B 43 58 27
Octal 247 272 14 12 0 136 33 103 130 47
Binary 10100111 10111010 1100 1010 0 1011110 11011 1000011 1011000 100111

Color Harmonies of #A7BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA0C

Black with #A7BA0C

Text Example


Text Example

White with #A7BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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