Html Css Color HEX #A7B628 Bahia

📋 copy color: '#A7B628'

red 167 ◦ green 182 ◦ blue 40

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

Shades of Bahia #A7B628

Tints of Bahia #A7B628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.79%

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 42.93%
G = 46.79%
B = 10.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#A7B628 (or 0xA7B628) is known color: Bahia. HEX triplet: A7, B6 and 28. RGB value is (167,182,40). Sum of RGB (Red+Green+Blue) = 167+182+40=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B628 is #5849D7. Grayscale: #A1A1A1. Windows color (decimal): -5786072 or 2668199. OLE color: 2668199.

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

Color convert

RGB 167 182 40 -
CMYK 0.08 0 0.78 0.29
HSL 66.34º 0.64% 0.44% -
HSV(B) 66.34º 0.78% 0.71% -
XYZ 33.05 41.82 8.34 -
YUV 161.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 167 182 40 0.08 0 0.78 0.29 66.34 0.64 0.44
Hex A7 B6 28 8 0 4E 1D 42 40 2C
Octal 247 266 50 10 0 116 35 102 100 54
Binary 10100111 10110110 101000 1000 0 1001110 11101 1000010 1000000 101100

Color Harmonies of #A7B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B628

Black with #A7B628

Text Example


Text Example

White with #A7B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B628; }

 p { color: rgb(167,182,40); }

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

background-color css

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

 a { background-color: rgb(167,182,40); }

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

border-color css

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

 span { border-color: rgb(167,182,40); }

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