Html Css Color HEX #ACC214 Bahia

📋 copy color: '#ACC214'

red 172 ◦ green 194 ◦ blue 20

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

Shades of Bahia #ACC214

Tints of Bahia #ACC214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

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

R = 44.56%
G = 50.26%
B = 5.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#ACC214 (or 0xACC214) is known color: Bahia. HEX triplet: AC, C2 and 14. RGB value is (172,194,20). Sum of RGB (Red+Green+Blue) = 172+194+20=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC214 is #533DEB. Grayscale: #A8A8A8. Windows color (decimal): -5455340 or 1360556. OLE color: 1360556.

HSL color Cylindrical-coordinate representation of color #ACC214: hue angle of 67.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACC214 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 20 -
CMYK 0.11 0 0.90 0.24
HSL 67.59º 0.81% 0.42% -
HSV(B) 67.59º 0.9% 0.76% -
XYZ 36.43 47.4 7.89 -
YUV 167.59 44.71 131.15 -
System Red Green Blue C M Y K H S L
Decimal 172 194 20 0.11 0 0.90 0.24 67.59 0.81 0.42
Hex AC C2 14 B 0 5A 18 44 51 2A
Octal 254 302 24 13 0 132 30 104 121 52
Binary 10101100 11000010 10100 1011 0 1011010 11000 1000100 1010001 101010

Color Harmonies of #ACC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC214

Black with #ACC214

Text Example


Text Example

White with #ACC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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