Html Css Color HEX #ACC415 Bahia

📋 copy color: '#ACC415'

red 172 ◦ green 196 ◦ blue 21

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

Shades of Bahia #ACC415

Tints of Bahia #ACC415

RGB

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

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

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

R = 44.22%
G = 50.39%
B = 5.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#ACC415 (or 0xACC415) is known color: Bahia. HEX triplet: AC, C4 and 15. RGB value is (172,196,21). Sum of RGB (Red+Green+Blue) = 172+196+21=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC415 is #533BEA. Grayscale: #A9A9A9. Windows color (decimal): -5454827 or 1426604. OLE color: 1426604.

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

Color convert

RGB 172 196 21 -
CMYK 0.12 0 0.89 0.23
HSL 68.23º 0.81% 0.43% -
HSV(B) 68.23º 0.89% 0.77% -
XYZ 36.89 48.3 8.09 -
YUV 168.87 44.55 130.23 -
System Red Green Blue C M Y K H S L
Decimal 172 196 21 0.12 0 0.89 0.23 68.23 0.81 0.43
Hex AC C4 15 C 0 59 17 44 51 2B
Octal 254 304 25 14 0 131 27 104 121 53
Binary 10101100 11000100 10101 1100 0 1011001 10111 1000100 1010001 101011

Color Harmonies of #ACC415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC415

Black with #ACC415

Text Example


Text Example

White with #ACC415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC415; }

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

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

background-color css

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

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

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

border-color css

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

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

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