Html Css Color HEX #ACC80F Bahia

📋 copy color: '#ACC80F'

red 172 ◦ green 200 ◦ blue 15

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

Shades of Bahia #ACC80F

Tints of Bahia #ACC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.68%

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 44.44%
G = 51.68%
B = 3.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ACC80F (or 0xACC80F) is known color: Bahia. HEX triplet: AC, C8 and 0F. RGB value is (172,200,15). Sum of RGB (Red+Green+Blue) = 172+200+15=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC80F is #5337F0. Grayscale: #ABABAB. Windows color (decimal): -5453809 or 1034412. OLE color: 1034412.

HSL color Cylindrical-coordinate representation of color #ACC80F: hue angle of 69.08º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC80F is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 15 -
CMYK 0.14 0 0.92 0.22
HSL 69.08º 0.86% 0.42% -
HSV(B) 69.08º 0.93% 0.78% -
XYZ 37.75 50.11 8.14 -
YUV 170.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 172 200 15 0.14 0 0.92 0.22 69.08 0.86 0.42
Hex AC C8 F E 0 5C 16 45 56 2A
Octal 254 310 17 16 0 134 26 105 126 52
Binary 10101100 11001000 1111 1110 0 1011100 10110 1000101 1010110 101010

Color Harmonies of #ACC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC80F

Black with #ACC80F

Text Example


Text Example

White with #ACC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC80F; }

 p { color: rgb(172,200,15); }

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

background-color css

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

 a { background-color: rgb(172,200,15); }

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

border-color css

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

 span { border-color: rgb(172,200,15); }

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