Html Css Color HEX #A8BD20 Bahia

📋 copy color: '#A8BD20'

red 168 ◦ green 189 ◦ blue 32

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

Shades of Bahia #A8BD20

Tints of Bahia #A8BD20

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.59%

 BLUE value IS 32 (12.89% from 255) = 8.23%

R = 43.19%
G = 48.59%
B = 8.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#A8BD20 (or 0xA8BD20) is known color: Bahia. HEX triplet: A8, BD and 20. RGB value is (168,189,32). Sum of RGB (Red+Green+Blue) = 168+189+32=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD20 is #5742DF. Grayscale: #A5A5A5. Windows color (decimal): -5718752 or 2145704. OLE color: 2145704.

HSL color Cylindrical-coordinate representation of color #A8BD20: hue angle of 68.03º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8BD20 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 32 -
CMYK 0.11 0 0.83 0.26
HSL 68.03º 0.71% 0.43% -
HSV(B) 68.03º 0.83% 0.74% -
XYZ 34.61 44.82 8.19 -
YUV 164.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 168 189 32 0.11 0 0.83 0.26 68.03 0.71 0.43
Hex A8 BD 20 B 0 53 1A 44 47 2B
Octal 250 275 40 13 0 123 32 104 107 53
Binary 10101000 10111101 100000 1011 0 1010011 11010 1000100 1000111 101011

Color Harmonies of #A8BD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD20

Black with #A8BD20

Text Example


Text Example

White with #A8BD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD20; }

 p { color: rgb(168,189,32); }

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

background-color css

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

 a { background-color: rgb(168,189,32); }

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

border-color css

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

 span { border-color: rgb(168,189,32); }

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