Html Css Color HEX #ACC615 Bahia

📋 copy color: '#ACC615'

red 172 ◦ green 198 ◦ blue 21

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

Shades of Bahia #ACC615

Tints of Bahia #ACC615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 43.99%
G = 50.64%
B = 5.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#ACC615 (or 0xACC615) is known color: Bahia. HEX triplet: AC, C6 and 15. RGB value is (172,198,21). Sum of RGB (Red+Green+Blue) = 172+198+21=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC615 is #5339EA. Grayscale: #AAAAAA. Windows color (decimal): -5454315 or 1427116. OLE color: 1427116.

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

Color convert

RGB 172 198 21 -
CMYK 0.13 0 0.89 0.22
HSL 68.81º 0.81% 0.43% -
HSV(B) 68.81º 0.89% 0.78% -
XYZ 37.34 49.21 8.24 -
YUV 170.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 172 198 21 0.13 0 0.89 0.22 68.81 0.81 0.43
Hex AC C6 15 D 0 59 16 45 51 2B
Octal 254 306 25 15 0 131 26 105 121 53
Binary 10101100 11000110 10101 1101 0 1011001 10110 1000101 1010001 101011

Color Harmonies of #ACC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC615

Black with #ACC615

Text Example


Text Example

White with #ACC615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC615; }

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

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

background-color css

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

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

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

border-color css

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

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

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