Html Css Color HEX #A8B532 Bahia

📋 copy color: '#A8B532'

red 168 ◦ green 181 ◦ blue 50

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

Shades of Bahia #A8B532

Tints of Bahia #A8B532

RGB

 RED value IS 168 (66.02% from 255) = 42.11%

 GREEN value IS 181 (71.09% from 255) = 45.36%

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

R = 42.11%
G = 45.36%
B = 12.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#A8B532 (or 0xA8B532) is known color: Bahia. HEX triplet: A8, B5 and 32. RGB value is (168,181,50). Sum of RGB (Red+Green+Blue) = 168+181+50=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B532 is #574ACD. Grayscale: #A2A2A2. Windows color (decimal): -5720782 or 3323304. OLE color: 3323304.

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

Color convert

RGB 168 181 50 -
CMYK 0.07 0 0.72 0.29
HSL 65.95º 0.57% 0.45% -
HSV(B) 65.95º 0.72% 0.71% -
XYZ 33.25 41.6 9.3 -
YUV 162.18 64.69 132.15 -
System Red Green Blue C M Y K H S L
Decimal 168 181 50 0.07 0 0.72 0.29 65.95 0.57 0.45
Hex A8 B5 32 7 0 48 1D 42 39 2D
Octal 250 265 62 7 0 110 35 102 71 55
Binary 10101000 10110101 110010 111 0 1001000 11101 1000010 111001 101101

Color Harmonies of #A8B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B532

Black with #A8B532

Text Example


Text Example

White with #A8B532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B532; }

 p { color: rgb(168,181,50); }

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

background-color css

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

 a { background-color: rgb(168,181,50); }

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

border-color css

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

 span { border-color: rgb(168,181,50); }

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