Html Css Color HEX #ACC31A Bahia

📋 copy color: '#ACC31A'

red 172 ◦ green 195 ◦ blue 26

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

Shades of Bahia #ACC31A

Tints of Bahia #ACC31A

RGB

 RED value IS 172 (67.58% from 255) = 43.77%

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

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 43.77%
G = 49.62%
B = 6.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#ACC31A (or 0xACC31A) is known color: Bahia. HEX triplet: AC, C3 and 1A. RGB value is (172,195,26). Sum of RGB (Red+Green+Blue) = 172+195+26=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC31A is #533CE5. Grayscale: #A9A9A9. Windows color (decimal): -5455078 or 1754028. OLE color: 1754028.

HSL color Cylindrical-coordinate representation of color #ACC31A: hue angle of 68.17º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACC31A is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 26 -
CMYK 0.12 0 0.87 0.24
HSL 68.17º 0.76% 0.43% -
HSV(B) 68.17º 0.87% 0.76% -
XYZ 36.71 47.88 8.28 -
YUV 168.86 47.38 130.24 -
System Red Green Blue C M Y K H S L
Decimal 172 195 26 0.12 0 0.87 0.24 68.17 0.76 0.43
Hex AC C3 1A C 0 57 18 44 4C 2B
Octal 254 303 32 14 0 127 30 104 114 53
Binary 10101100 11000011 11010 1100 0 1010111 11000 1000100 1001100 101011

Color Harmonies of #ACC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC31A

Black with #ACC31A

Text Example


Text Example

White with #ACC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC31A; }

 p { color: rgb(172,195,26); }

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

background-color css

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

 a { background-color: rgb(172,195,26); }

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

border-color css

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

 span { border-color: rgb(172,195,26); }

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