Html Css Color HEX #A2B01C Bahia

📋 copy color: '#A2B01C'

red 162 ◦ green 176 ◦ blue 28

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

Shades of Bahia #A2B01C

Tints of Bahia #A2B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 44.26%
G = 48.09%
B = 7.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A2B01C (or 0xA2B01C) is known color: Bahia. HEX triplet: A2, B0 and 1C. RGB value is (162,176,28). Sum of RGB (Red+Green+Blue) = 162+176+28=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B01C is #5D4FE3. Grayscale: #9B9B9B. Windows color (decimal): -6115300 or 1880226. OLE color: 1880226.

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

Color convert

RGB 162 176 28 -
CMYK 0.08 0 0.84 0.31
HSL 65.68º 0.73% 0.4% -
HSV(B) 65.68º 0.84% 0.69% -
XYZ 30.64 38.82 6.98 -
YUV 154.94 56.36 133.03 -
System Red Green Blue C M Y K H S L
Decimal 162 176 28 0.08 0 0.84 0.31 65.68 0.73 0.4
Hex A2 B0 1C 8 0 54 1F 42 49 28
Octal 242 260 34 10 0 124 37 102 111 50
Binary 10100010 10110000 11100 1000 0 1010100 11111 1000010 1001001 101000

Color Harmonies of #A2B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B01C

Black with #A2B01C

Text Example


Text Example

White with #A2B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B01C; }

 p { color: rgb(162,176,28); }

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

background-color css

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

 a { background-color: rgb(162,176,28); }

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

border-color css

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

 span { border-color: rgb(162,176,28); }

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