Html Css Color HEX #A7C51B Bahia

📋 copy color: '#A7C51B'

red 167 ◦ green 197 ◦ blue 27

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

Shades of Bahia #A7C51B

Tints of Bahia #A7C51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.38%

 BLUE value IS 27 (10.94% from 255) = 6.91%

R = 42.71%
G = 50.38%
B = 6.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#A7C51B (or 0xA7C51B) is known color: Bahia. HEX triplet: A7, C5 and 1B. RGB value is (167,197,27). Sum of RGB (Red+Green+Blue) = 167+197+27=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C51B is #583AE4. Grayscale: #A9A9A9. Windows color (decimal): -5782245 or 1820071. OLE color: 1820071.

HSL color Cylindrical-coordinate representation of color #A7C51B: hue angle of 70.59º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7C51B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 197 27 -
CMYK 0.15 0 0.86 0.23
HSL 70.59º 0.76% 0.44% -
HSV(B) 70.59º 0.86% 0.77% -
XYZ 36.1 48.23 8.44 -
YUV 168.65 48.06 126.82 -
System Red Green Blue C M Y K H S L
Decimal 167 197 27 0.15 0 0.86 0.23 70.59 0.76 0.44
Hex A7 C5 1B F 0 56 17 47 4C 2C
Octal 247 305 33 17 0 126 27 107 114 54
Binary 10100111 11000101 11011 1111 0 1010110 10111 1000111 1001100 101100

Color Harmonies of #A7C51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C51B

Black with #A7C51B

Text Example


Text Example

White with #A7C51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C51B; }

 p { color: rgb(167,197,27); }

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

background-color css

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

 a { background-color: rgb(167,197,27); }

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

border-color css

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

 span { border-color: rgb(167,197,27); }

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