Html Css Color HEX #ACB715 Bahia

📋 copy color: '#ACB715'

red 172 ◦ green 183 ◦ blue 21

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

Shades of Bahia #ACB715

Tints of Bahia #ACB715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

 BLUE value IS 21 (8.59% from 255) = 5.59%

R = 45.74%
G = 48.67%
B = 5.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#ACB715 (or 0xACB715) is known color: Bahia. HEX triplet: AC, B7 and 15. RGB value is (172,183,21). Sum of RGB (Red+Green+Blue) = 172+183+21=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB715 is #5348EA. Grayscale: #A1A1A1. Windows color (decimal): -5458155 or 1423276. OLE color: 1423276.

HSL color Cylindrical-coordinate representation of color #ACB715: hue angle of 64.07º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACB715 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 21 -
CMYK 0.06 0 0.89 0.28
HSL 64.07º 0.79% 0.4% -
HSV(B) 64.07º 0.89% 0.72% -
XYZ 34.08 42.69 7.15 -
YUV 161.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 172 183 21 0.06 0 0.89 0.28 64.07 0.79 0.4
Hex AC B7 15 6 0 59 1C 40 4F 28
Octal 254 267 25 6 0 131 34 100 117 50
Binary 10101100 10110111 10101 110 0 1011001 11100 1000000 1001111 101000

Color Harmonies of #ACB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB715

Black with #ACB715

Text Example


Text Example

White with #ACB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB715; }

 p { color: rgb(172,183,21); }

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

background-color css

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

 a { background-color: rgb(172,183,21); }

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

border-color css

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

 span { border-color: rgb(172,183,21); }

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