Html Css Color HEX #A8B61D Bahia

📋 copy color: '#A8B61D'

red 168 ◦ green 182 ◦ blue 29

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

Shades of Bahia #A8B61D

Tints of Bahia #A8B61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 44.33%
G = 48.02%
B = 7.65%

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

#A8B61D (or 0xA8B61D) is known color: Bahia. HEX triplet: A8, B6 and 1D. RGB value is (168,182,29). Sum of RGB (Red+Green+Blue) = 168+182+29=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B61D is #5749E2. Grayscale: #A0A0A0. Windows color (decimal): -5720547 or 1947304. OLE color: 1947304.

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

Color convert

RGB 168 182 29 -
CMYK 0.08 0 0.84 0.29
HSL 65.49º 0.73% 0.41% -
HSV(B) 65.49º 0.84% 0.71% -
XYZ 33.1 41.87 7.5 -
YUV 160.37 53.86 133.44 -
System Red Green Blue C M Y K H S L
Decimal 168 182 29 0.08 0 0.84 0.29 65.49 0.73 0.41
Hex A8 B6 1D 8 0 54 1D 41 49 29
Octal 250 266 35 10 0 124 35 101 111 51
Binary 10101000 10110110 11101 1000 0 1010100 11101 1000001 1001001 101001

Color Harmonies of #A8B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B61D

Black with #A8B61D

Text Example


Text Example

White with #A8B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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