Html Css Color HEX #A2C711 Bahia

📋 copy color: '#A2C711'

red 162 ◦ green 199 ◦ blue 17

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

Shades of Bahia #A2C711

Tints of Bahia #A2C711

RGB

 RED value IS 162 (63.67% from 255) = 42.86%

 GREEN value IS 199 (78.13% from 255) = 52.65%

 BLUE value IS 17 (7.03% from 255) = 4.5%

R = 42.86%
G = 52.65%
B = 4.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#A2C711 (or 0xA2C711) is known color: Bahia. HEX triplet: A2, C7 and 11. RGB value is (162,199,17). Sum of RGB (Red+Green+Blue) = 162+199+17=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 199 (78.12% from 255 or 52.65% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C711 is #5D38EE. Grayscale: #A7A7A7. Windows color (decimal): -6109423 or 1165218. OLE color: 1165218.

HSL color Cylindrical-coordinate representation of color #A2C711: hue angle of 72.2º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2C711 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 199 17 -
CMYK 0.19 0 0.91 0.22
HSL 72.2º 0.84% 0.42% -
HSV(B) 72.2º 0.91% 0.78% -
XYZ 35.42 48.57 8.04 -
YUV 167.19 43.24 124.3 -
System Red Green Blue C M Y K H S L
Decimal 162 199 17 0.19 0 0.91 0.22 72.2 0.84 0.42
Hex A2 C7 11 13 0 5B 16 48 54 2A
Octal 242 307 21 23 0 133 26 110 124 52
Binary 10100010 11000111 10001 10011 0 1011011 10110 1001000 1010100 101010

Color Harmonies of #A2C711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C711

Black with #A2C711

Text Example


Text Example

White with #A2C711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C711; }

 p { color: rgb(162,199,17); }

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

background-color css

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

 a { background-color: rgb(162,199,17); }

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

border-color css

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

 span { border-color: rgb(162,199,17); }

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