Html Css Color HEX #A8B52D Bahia

📋 copy color: '#A8B52D'

red 168 ◦ green 181 ◦ blue 45

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

Shades of Bahia #A8B52D

Tints of Bahia #A8B52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 42.64%
G = 45.94%
B = 11.42%

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

#A8B52D (or 0xA8B52D) is known color: Bahia. HEX triplet: A8, B5 and 2D. RGB value is (168,181,45). Sum of RGB (Red+Green+Blue) = 168+181+45=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B52D is #574AD2. Grayscale: #A2A2A2. Windows color (decimal): -5720787 or 2995624. OLE color: 2995624.

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

Color convert

RGB 168 181 45 -
CMYK 0.07 0 0.75 0.29
HSL 65.74º 0.6% 0.44% -
HSV(B) 65.74º 0.75% 0.71% -
XYZ 33.15 41.56 8.76 -
YUV 161.61 62.19 132.56 -
System Red Green Blue C M Y K H S L
Decimal 168 181 45 0.07 0 0.75 0.29 65.74 0.6 0.44
Hex A8 B5 2D 7 0 4B 1D 42 3C 2C
Octal 250 265 55 7 0 113 35 102 74 54
Binary 10101000 10110101 101101 111 0 1001011 11101 1000010 111100 101100

Color Harmonies of #A8B52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B52D

Black with #A8B52D

Text Example


Text Example

White with #A8B52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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