Html Css Color HEX #ACC61F Bahia

📋 copy color: '#ACC61F'

red 172 ◦ green 198 ◦ blue 31

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

Shades of Bahia #ACC61F

Tints of Bahia #ACC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.38%

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

R = 42.89%
G = 49.38%
B = 7.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#ACC61F (or 0xACC61F) is known color: Bahia. HEX triplet: AC, C6 and 1F. RGB value is (172,198,31). Sum of RGB (Red+Green+Blue) = 172+198+31=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC61F is #5339E0. Grayscale: #ABABAB. Windows color (decimal): -5454305 or 2082476. OLE color: 2082476.

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

Color convert

RGB 172 198 31 -
CMYK 0.13 0 0.84 0.22
HSL 69.34º 0.73% 0.45% -
HSV(B) 69.34º 0.84% 0.78% -
XYZ 37.45 49.26 8.83 -
YUV 171.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 172 198 31 0.13 0 0.84 0.22 69.34 0.73 0.45
Hex AC C6 1F D 0 54 16 45 49 2D
Octal 254 306 37 15 0 124 26 105 111 55
Binary 10101100 11000110 11111 1101 0 1010100 10110 1000101 1001001 101101

Color Harmonies of #ACC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC61F

Black with #ACC61F

Text Example


Text Example

White with #ACC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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