Html Css Color HEX #A8B61E Bahia

📋 copy color: '#A8B61E'

red 168 ◦ green 182 ◦ blue 30

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

Shades of Bahia #A8B61E

Tints of Bahia #A8B61E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.89%

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 44.21%
G = 47.89%
B = 7.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#A8B61E (or 0xA8B61E) is known color: Bahia. HEX triplet: A8, B6 and 1E. RGB value is (168,182,30). Sum of RGB (Red+Green+Blue) = 168+182+30=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B61E is #5749E1. Grayscale: #A1A1A1. Windows color (decimal): -5720546 or 2012840. OLE color: 2012840.

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

Color convert

RGB 168 182 30 -
CMYK 0.08 0 0.84 0.29
HSL 65.53º 0.72% 0.42% -
HSV(B) 65.53º 0.84% 0.71% -
XYZ 33.11 41.87 7.57 -
YUV 160.49 54.36 133.36 -
System Red Green Blue C M Y K H S L
Decimal 168 182 30 0.08 0 0.84 0.29 65.53 0.72 0.42
Hex A8 B6 1E 8 0 54 1D 42 48 2A
Octal 250 266 36 10 0 124 35 102 110 52
Binary 10101000 10110110 11110 1000 0 1010100 11101 1000010 1001000 101010

Color Harmonies of #A8B61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B61E

Black with #A8B61E

Text Example


Text Example

White with #A8B61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B61E; }

 p { color: rgb(168,182,30); }

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

background-color css

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

 a { background-color: rgb(168,182,30); }

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

border-color css

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

 span { border-color: rgb(168,182,30); }

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