Html Css Color HEX #ACC92F Bahia

📋 copy color: '#ACC92F'

red 172 ◦ green 201 ◦ blue 47

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

Shades of Bahia #ACC92F

Tints of Bahia #ACC92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.19%

R = 40.95%
G = 47.86%
B = 11.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#ACC92F (or 0xACC92F) is known color: Bahia. HEX triplet: AC, C9 and 2F. RGB value is (172,201,47). Sum of RGB (Red+Green+Blue) = 172+201+47=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC92F is #5336D0. Grayscale: #AFAFAF. Windows color (decimal): -5453521 or 3131820. OLE color: 3131820.

HSL color Cylindrical-coordinate representation of color #ACC92F: hue angle of 71.3º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACC92F is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 47 -
CMYK 0.14 0 0.77 0.21
HSL 71.3º 0.62% 0.49% -
HSV(B) 71.3º 0.77% 0.79% -
XYZ 38.41 50.75 10.46 -
YUV 174.77 55.89 126.02 -
System Red Green Blue C M Y K H S L
Decimal 172 201 47 0.14 0 0.77 0.21 71.3 0.62 0.49
Hex AC C9 2F E 0 4D 15 47 3E 31
Octal 254 311 57 16 0 115 25 107 76 61
Binary 10101100 11001001 101111 1110 0 1001101 10101 1000111 111110 110001

Color Harmonies of #ACC92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC92F

Black with #ACC92F

Text Example


Text Example

White with #ACC92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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