Html Css Color HEX #ACC41F Bahia

📋 copy color: '#ACC41F'

red 172 ◦ green 196 ◦ blue 31

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

Shades of Bahia #ACC41F

Tints of Bahia #ACC41F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.12%

 BLUE value IS 31 (12.5% from 255) = 7.77%

R = 43.11%
G = 49.12%
B = 7.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#ACC41F (or 0xACC41F) is known color: Bahia. HEX triplet: AC, C4 and 1F. RGB value is (172,196,31). Sum of RGB (Red+Green+Blue) = 172+196+31=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC41F is #533BE0. Grayscale: #AAAAAA. Windows color (decimal): -5454817 or 2081964. OLE color: 2081964.

HSL color Cylindrical-coordinate representation of color #ACC41F: hue angle of 68.73º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACC41F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 31 -
CMYK 0.12 0 0.84 0.23
HSL 68.73º 0.73% 0.45% -
HSV(B) 68.73º 0.84% 0.77% -
XYZ 37 48.35 8.68 -
YUV 170.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 172 196 31 0.12 0 0.84 0.23 68.73 0.73 0.45
Hex AC C4 1F C 0 54 17 45 49 2D
Octal 254 304 37 14 0 124 27 105 111 55
Binary 10101100 11000100 11111 1100 0 1010100 10111 1000101 1001001 101101

Color Harmonies of #ACC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC41F

Black with #ACC41F

Text Example


Text Example

White with #ACC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC41F; }

 p { color: rgb(172,196,31); }

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

background-color css

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

 a { background-color: rgb(172,196,31); }

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

border-color css

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

 span { border-color: rgb(172,196,31); }

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