Html Css Color HEX #ACC70D Bahia

📋 copy color: '#ACC70D'

red 172 ◦ green 199 ◦ blue 13

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

Shades of Bahia #ACC70D

Tints of Bahia #ACC70D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.82%

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

R = 44.79%
G = 51.82%
B = 3.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#ACC70D (or 0xACC70D) is known color: Bahia. HEX triplet: AC, C7 and 0D. RGB value is (172,199,13). Sum of RGB (Red+Green+Blue) = 172+199+13=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC70D is #5338F2. Grayscale: #AAAAAA. Windows color (decimal): -5454067 or 903084. OLE color: 903084.

HSL color Cylindrical-coordinate representation of color #ACC70D: hue angle of 68.71º degrees, saturation: 0.88, 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 #ACC70D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 13 -
CMYK 0.14 0 0.93 0.22
HSL 68.71º 0.88% 0.42% -
HSV(B) 68.71º 0.93% 0.78% -
XYZ 37.51 49.65 7.99 -
YUV 169.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 172 199 13 0.14 0 0.93 0.22 68.71 0.88 0.42
Hex AC C7 D E 0 5D 16 45 58 2A
Octal 254 307 15 16 0 135 26 105 130 52
Binary 10101100 11000111 1101 1110 0 1011101 10110 1000101 1011000 101010

Color Harmonies of #ACC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC70D

Black with #ACC70D

Text Example


Text Example

White with #ACC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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