Html Css Color HEX #A7B42B Bahia

📋 copy color: '#A7B42B'

red 167 ◦ green 180 ◦ blue 43

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

Shades of Bahia #A7B42B

Tints of Bahia #A7B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.15%

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 42.82%
G = 46.15%
B = 11.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A7B42B (or 0xA7B42B) is known color: Bahia. HEX triplet: A7, B4 and 2B. RGB value is (167,180,43). Sum of RGB (Red+Green+Blue) = 167+180+43=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B42B is #584BD4. Grayscale: #A1A1A1. Windows color (decimal): -5786581 or 2864295. OLE color: 2864295.

HSL color Cylindrical-coordinate representation of color #A7B42B: hue angle of 65.69º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7B42B is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 43 -
CMYK 0.07 0 0.76 0.29
HSL 65.69º 0.61% 0.44% -
HSV(B) 65.69º 0.76% 0.71% -
XYZ 32.69 41.03 8.48 -
YUV 160.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 167 180 43 0.07 0 0.76 0.29 65.69 0.61 0.44
Hex A7 B4 2B 7 0 4C 1D 42 3D 2C
Octal 247 264 53 7 0 114 35 102 75 54
Binary 10100111 10110100 101011 111 0 1001100 11101 1000010 111101 101100

Color Harmonies of #A7B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B42B

Black with #A7B42B

Text Example


Text Example

White with #A7B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B42B; }

 p { color: rgb(167,180,43); }

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

background-color css

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

 a { background-color: rgb(167,180,43); }

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

border-color css

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

 span { border-color: rgb(167,180,43); }

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