Html Css Color HEX #ACC80D Bahia

📋 copy color: '#ACC80D'

red 172 ◦ green 200 ◦ blue 13

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

Shades of Bahia #ACC80D

Tints of Bahia #ACC80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.38%

R = 44.68%
G = 51.95%
B = 3.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#ACC80D (or 0xACC80D) is known color: Bahia. HEX triplet: AC, C8 and 0D. RGB value is (172,200,13). Sum of RGB (Red+Green+Blue) = 172+200+13=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC80D is #5337F2. Grayscale: #ABABAB. Windows color (decimal): -5453811 or 903340. OLE color: 903340.

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

Color convert

RGB 172 200 13 -
CMYK 0.14 0 0.94 0.22
HSL 68.98º 0.88% 0.42% -
HSV(B) 68.98º 0.94% 0.78% -
XYZ 37.74 50.11 8.06 -
YUV 170.31 39.22 129.21 -
System Red Green Blue C M Y K H S L
Decimal 172 200 13 0.14 0 0.94 0.22 68.98 0.88 0.42
Hex AC C8 D E 0 5E 16 45 58 2A
Octal 254 310 15 16 0 136 26 105 130 52
Binary 10101100 11001000 1101 1110 0 1011110 10110 1000101 1011000 101010

Color Harmonies of #ACC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC80D

Black with #ACC80D

Text Example


Text Example

White with #ACC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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