Html Css Color HEX #A0C321 Bahia

📋 copy color: '#A0C321'

red 160 ◦ green 195 ◦ blue 33

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

Shades of Bahia #A0C321

Tints of Bahia #A0C321

RGB

 RED value IS 160 (62.89% from 255) = 41.24%

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 33 (13.28% from 255) = 8.51%

R = 41.24%
G = 50.26%
B = 8.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A0C321 (or 0xA0C321) is known color: Bahia. HEX triplet: A0, C3 and 21. RGB value is (160,195,33). Sum of RGB (Red+Green+Blue) = 160+195+33=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C321 is #5F3CDE. Grayscale: #A6A6A6. Windows color (decimal): -6241503 or 2212768. OLE color: 2212768.

HSL color Cylindrical-coordinate representation of color #A0C321: hue angle of 72.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0C321 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 33 -
CMYK 0.18 0 0.83 0.24
HSL 72.96º 0.71% 0.45% -
HSV(B) 72.96º 0.83% 0.76% -
XYZ 34.29 46.61 8.63 -
YUV 166.07 52.9 123.67 -
System Red Green Blue C M Y K H S L
Decimal 160 195 33 0.18 0 0.83 0.24 72.96 0.71 0.45
Hex A0 C3 21 12 0 53 18 49 47 2D
Octal 240 303 41 22 0 123 30 111 107 55
Binary 10100000 11000011 100001 10010 0 1010011 11000 1001001 1000111 101101

Color Harmonies of #A0C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C321

Black with #A0C321

Text Example


Text Example

White with #A0C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C321; }

 p { color: rgb(160,195,33); }

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

background-color css

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

 a { background-color: rgb(160,195,33); }

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

border-color css

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

 span { border-color: rgb(160,195,33); }

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