Html Css Color HEX #A7B632 Bahia

📋 copy color: '#A7B632'

red 167 ◦ green 182 ◦ blue 50

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

Shades of Bahia #A7B632

Tints of Bahia #A7B632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 41.85%
G = 45.61%
B = 12.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A7B632 (or 0xA7B632) is known color: Bahia. HEX triplet: A7, B6 and 32. RGB value is (167,182,50). Sum of RGB (Red+Green+Blue) = 167+182+50=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B632 is #5849CD. Grayscale: #A2A2A2. Windows color (decimal): -5786062 or 3323559. OLE color: 3323559.

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

Color convert

RGB 167 182 50 -
CMYK 0.08 0 0.73 0.29
HSL 66.82º 0.57% 0.45% -
HSV(B) 66.82º 0.73% 0.71% -
XYZ 33.24 41.9 9.35 -
YUV 162.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 167 182 50 0.08 0 0.73 0.29 66.82 0.57 0.45
Hex A7 B6 32 8 0 49 1D 43 39 2D
Octal 247 266 62 10 0 111 35 103 71 55
Binary 10100111 10110110 110010 1000 0 1001001 11101 1000011 111001 101101

Color Harmonies of #A7B632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B632

Black with #A7B632

Text Example


Text Example

White with #A7B632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B632; }

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

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

background-color css

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

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

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

border-color css

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

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

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