Html Css Color HEX #A8B52E Bahia

📋 copy color: '#A8B52E'

red 168 ◦ green 181 ◦ blue 46

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

Shades of Bahia #A8B52E

Tints of Bahia #A8B52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 42.53%
G = 45.82%
B = 11.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#A8B52E (or 0xA8B52E) is known color: Bahia. HEX triplet: A8, B5 and 2E. RGB value is (168,181,46). Sum of RGB (Red+Green+Blue) = 168+181+46=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B52E is #574AD1. Grayscale: #A2A2A2. Windows color (decimal): -5720786 or 3061160. OLE color: 3061160.

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

Color convert

RGB 168 181 46 -
CMYK 0.07 0 0.75 0.29
HSL 65.78º 0.59% 0.45% -
HSV(B) 65.78º 0.75% 0.71% -
XYZ 33.17 41.57 8.86 -
YUV 161.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 168 181 46 0.07 0 0.75 0.29 65.78 0.59 0.45
Hex A8 B5 2E 7 0 4B 1D 42 3B 2D
Octal 250 265 56 7 0 113 35 102 73 55
Binary 10101000 10110101 101110 111 0 1001011 11101 1000010 111011 101101

Color Harmonies of #A8B52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B52E

Black with #A8B52E

Text Example


Text Example

White with #A8B52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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