Html Css Color HEX #ACC314 Bahia

📋 copy color: '#ACC314'

red 172 ◦ green 195 ◦ blue 20

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

Shades of Bahia #ACC314

Tints of Bahia #ACC314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.39%

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

R = 44.44%
G = 50.39%
B = 5.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#ACC314 (or 0xACC314) is known color: Bahia. HEX triplet: AC, C3 and 14. RGB value is (172,195,20). Sum of RGB (Red+Green+Blue) = 172+195+20=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC314 is #533CEB. Grayscale: #A8A8A8. Windows color (decimal): -5455084 or 1360812. OLE color: 1360812.

HSL color Cylindrical-coordinate representation of color #ACC314: hue angle of 67.89º 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 #ACC314 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 20 -
CMYK 0.12 0 0.90 0.24
HSL 67.89º 0.81% 0.42% -
HSV(B) 67.89º 0.9% 0.76% -
XYZ 36.65 47.85 7.97 -
YUV 168.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 172 195 20 0.12 0 0.90 0.24 67.89 0.81 0.42
Hex AC C3 14 C 0 5A 18 44 51 2A
Octal 254 303 24 14 0 132 30 104 121 52
Binary 10101100 11000011 10100 1100 0 1011010 11000 1000100 1010001 101010

Color Harmonies of #ACC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC314

Black with #ACC314

Text Example


Text Example

White with #ACC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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