Html Css Color HEX #ACC914 Bahia

📋 copy color: '#ACC914'

red 172 ◦ green 201 ◦ blue 20

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

Shades of Bahia #ACC914

Tints of Bahia #ACC914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.15%

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 43.77%
G = 51.15%
B = 5.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#ACC914 (or 0xACC914) is known color: Bahia. HEX triplet: AC, C9 and 14. RGB value is (172,201,20). Sum of RGB (Red+Green+Blue) = 172+201+20=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC914 is #5336EB. Grayscale: #ACACAC. Windows color (decimal): -5453548 or 1362348. OLE color: 1362348.

HSL color Cylindrical-coordinate representation of color #ACC914: hue angle of 69.61º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACC914 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 20 -
CMYK 0.14 0 0.90 0.21
HSL 69.61º 0.82% 0.43% -
HSV(B) 69.61º 0.9% 0.79% -
XYZ 38.03 50.59 8.42 -
YUV 171.7 42.39 128.22 -
System Red Green Blue C M Y K H S L
Decimal 172 201 20 0.14 0 0.90 0.21 69.61 0.82 0.43
Hex AC C9 14 E 0 5A 15 46 52 2B
Octal 254 311 24 16 0 132 25 106 122 53
Binary 10101100 11001001 10100 1110 0 1011010 10101 1000110 1010010 101011

Color Harmonies of #ACC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC914

Black with #ACC914

Text Example


Text Example

White with #ACC914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC914; }

 p { color: rgb(172,201,20); }

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

background-color css

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

 a { background-color: rgb(172,201,20); }

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

border-color css

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

 span { border-color: rgb(172,201,20); }

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