Html Css Color HEX #ACC00D Bahia

📋 copy color: '#ACC00D'

red 172 ◦ green 192 ◦ blue 13

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

Shades of Bahia #ACC00D

Tints of Bahia #ACC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

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

R = 45.62%
G = 50.93%
B = 3.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ACC00D (or 0xACC00D) is known color: Bahia. HEX triplet: AC, C0 and 0D. RGB value is (172,192,13). Sum of RGB (Red+Green+Blue) = 172+192+13=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC00D is #533FF2. Grayscale: #A6A6A6. Windows color (decimal): -5455859 or 901292. OLE color: 901292.

HSL color Cylindrical-coordinate representation of color #ACC00D: hue angle of 66.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC00D is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 13 -
CMYK 0.10 0 0.93 0.25
HSL 66.7º 0.87% 0.4% -
HSV(B) 66.7º 0.93% 0.75% -
XYZ 35.94 46.5 7.46 -
YUV 165.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 172 192 13 0.10 0 0.93 0.25 66.7 0.87 0.4
Hex AC C0 D A 0 5D 19 43 57 28
Octal 254 300 15 12 0 135 31 103 127 50
Binary 10101100 11000000 1101 1010 0 1011101 11001 1000011 1010111 101000

Color Harmonies of #ACC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC00D

Black with #ACC00D

Text Example


Text Example

White with #ACC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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