Html Css Color HEX #A7BA07 Citrus

📋 copy color: '#A7BA07'

red 167 ◦ green 186 ◦ blue 7

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

Shades of Citrus #A7BA07

Tints of Citrus #A7BA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 46.39%
G = 51.67%
B = 1.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A7BA07 (or 0xA7BA07) is known color: Citrus. HEX triplet: A7, BA and 07. RGB value is (167,186,7). Sum of RGB (Red+Green+Blue) = 167+186+7=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BA07 is #5845F8. Grayscale: #A0A0A0. Windows color (decimal): -5785081 or 506535. OLE color: 506535.

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

Color convert

RGB 167 186 7 -
CMYK 0.10 0 0.96 0.27
HSL 66.37º 0.93% 0.38% -
HSV(B) 66.37º 0.96% 0.73% -
XYZ 33.53 43.35 6.8 -
YUV 159.91 41.71 133.05 -
System Red Green Blue C M Y K H S L
Decimal 167 186 7 0.10 0 0.96 0.27 66.37 0.93 0.38
Hex A7 BA 7 A 0 60 1B 42 5D 26
Octal 247 272 7 12 0 140 33 102 135 46
Binary 10100111 10111010 111 1010 0 1100000 11011 1000010 1011101 100110

Color Harmonies of #A7BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA07

Black with #A7BA07

Text Example


Text Example

White with #A7BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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