Html Css Color HEX #A8B730 Bahia

📋 copy color: '#A8B730'

red 168 ◦ green 183 ◦ blue 48

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

Shades of Bahia #A8B730

Tints of Bahia #A8B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

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

R = 42.11%
G = 45.86%
B = 12.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#A8B730 (or 0xA8B730) is known color: Bahia. HEX triplet: A8, B7 and 30. RGB value is (168,183,48). Sum of RGB (Red+Green+Blue) = 168+183+48=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B730 is #5748CF. Grayscale: #A3A3A3. Windows color (decimal): -5720272 or 3192744. OLE color: 3192744.

HSL color Cylindrical-coordinate representation of color #A8B730: hue angle of 66.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8B730 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 48 -
CMYK 0.08 0 0.74 0.28
HSL 66.67º 0.58% 0.45% -
HSV(B) 66.67º 0.74% 0.72% -
XYZ 33.62 42.41 9.21 -
YUV 163.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 168 183 48 0.08 0 0.74 0.28 66.67 0.58 0.45
Hex A8 B7 30 8 0 4A 1C 43 3A 2D
Octal 250 267 60 10 0 112 34 103 72 55
Binary 10101000 10110111 110000 1000 0 1001010 11100 1000011 111010 101101

Color Harmonies of #A8B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B730

Black with #A8B730

Text Example


Text Example

White with #A8B730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B730; }

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

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

background-color css

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

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

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

border-color css

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

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

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