Html Css Color HEX #A8B530 Bahia

📋 copy color: '#A8B530'

red 168 ◦ green 181 ◦ blue 48

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

Shades of Bahia #A8B530

Tints of Bahia #A8B530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 42.32%
G = 45.59%
B = 12.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A8B530 (or 0xA8B530) is known color: Bahia. HEX triplet: A8, B5 and 30. RGB value is (168,181,48). Sum of RGB (Red+Green+Blue) = 168+181+48=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B530 is #574ACF. Grayscale: #A2A2A2. Windows color (decimal): -5720784 or 3192232. OLE color: 3192232.

HSL color Cylindrical-coordinate representation of color #A8B530: hue angle of 65.86º degrees, saturation: 0.58, 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 #A8B530 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 48 -
CMYK 0.07 0 0.73 0.29
HSL 65.86º 0.58% 0.45% -
HSV(B) 65.86º 0.73% 0.71% -
XYZ 33.21 41.59 9.07 -
YUV 161.95 63.69 132.31 -
System Red Green Blue C M Y K H S L
Decimal 168 181 48 0.07 0 0.73 0.29 65.86 0.58 0.45
Hex A8 B5 30 7 0 49 1D 42 3A 2D
Octal 250 265 60 7 0 111 35 102 72 55
Binary 10101000 10110101 110000 111 0 1001001 11101 1000010 111010 101101

Color Harmonies of #A8B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B530

Black with #A8B530

Text Example


Text Example

White with #A8B530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B530; }

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

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

background-color css

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

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

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

border-color css

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

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

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