Html Css Color HEX #ACC61D Bahia

📋 copy color: '#ACC61D'

red 172 ◦ green 198 ◦ blue 29

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

Shades of Bahia #ACC61D

Tints of Bahia #ACC61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.27%

R = 43.11%
G = 49.62%
B = 7.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#ACC61D (or 0xACC61D) is known color: Bahia. HEX triplet: AC, C6 and 1D. RGB value is (172,198,29). Sum of RGB (Red+Green+Blue) = 172+198+29=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC61D is #5339E2. Grayscale: #ABABAB. Windows color (decimal): -5454307 or 1951404. OLE color: 1951404.

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

Color convert

RGB 172 198 29 -
CMYK 0.13 0 0.85 0.22
HSL 69.23º 0.74% 0.45% -
HSV(B) 69.23º 0.85% 0.78% -
XYZ 37.43 49.25 8.7 -
YUV 170.96 47.89 128.74 -
System Red Green Blue C M Y K H S L
Decimal 172 198 29 0.13 0 0.85 0.22 69.23 0.74 0.45
Hex AC C6 1D D 0 55 16 45 4A 2D
Octal 254 306 35 15 0 125 26 105 112 55
Binary 10101100 11000110 11101 1101 0 1010101 10110 1000101 1001010 101101

Color Harmonies of #ACC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC61D

Black with #ACC61D

Text Example


Text Example

White with #ACC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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