Html Css Color HEX #A7C010 Bahia

📋 copy color: '#A7C010'

red 167 ◦ green 192 ◦ blue 16

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

Shades of Bahia #A7C010

Tints of Bahia #A7C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 44.53%
G = 51.2%
B = 4.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A7C010 (or 0xA7C010) is known color: Bahia. HEX triplet: A7, C0 and 10. RGB value is (167,192,16). Sum of RGB (Red+Green+Blue) = 167+192+16=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C010 is #583FEF. Grayscale: #A5A5A5. Windows color (decimal): -5783536 or 1097895. OLE color: 1097895.

HSL color Cylindrical-coordinate representation of color #A7C010: hue angle of 68.52º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7C010 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 192 16 -
CMYK 0.13 0 0.92 0.25
HSL 68.52º 0.85% 0.41% -
HSV(B) 68.52º 0.92% 0.75% -
XYZ 34.88 45.95 7.52 -
YUV 164.46 44.22 129.81 -
System Red Green Blue C M Y K H S L
Decimal 167 192 16 0.13 0 0.92 0.25 68.52 0.85 0.41
Hex A7 C0 10 D 0 5C 19 45 55 29
Octal 247 300 20 15 0 134 31 105 125 51
Binary 10100111 11000000 10000 1101 0 1011100 11001 1000101 1010101 101001

Color Harmonies of #A7C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C010

Black with #A7C010

Text Example


Text Example

White with #A7C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C010; }

 p { color: rgb(167,192,16); }

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

background-color css

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

 a { background-color: rgb(167,192,16); }

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

border-color css

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

 span { border-color: rgb(167,192,16); }

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