Html Css Color HEX #ACC612 Bahia

📋 copy color: '#ACC612'

red 172 ◦ green 198 ◦ blue 18

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

Shades of Bahia #ACC612

Tints of Bahia #ACC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.03%

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 44.33%
G = 51.03%
B = 4.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#ACC612 (or 0xACC612) is known color: Bahia. HEX triplet: AC, C6 and 12. RGB value is (172,198,18). Sum of RGB (Red+Green+Blue) = 172+198+18=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC612 is #5339ED. Grayscale: #AAAAAA. Windows color (decimal): -5454318 or 1230508. OLE color: 1230508.

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

Color convert

RGB 172 198 18 -
CMYK 0.13 0 0.91 0.22
HSL 68.67º 0.83% 0.42% -
HSV(B) 68.67º 0.91% 0.78% -
XYZ 37.32 49.2 8.1 -
YUV 169.71 42.39 129.64 -
System Red Green Blue C M Y K H S L
Decimal 172 198 18 0.13 0 0.91 0.22 68.67 0.83 0.42
Hex AC C6 12 D 0 5B 16 45 53 2A
Octal 254 306 22 15 0 133 26 105 123 52
Binary 10101100 11000110 10010 1101 0 1011011 10110 1000101 1010011 101010

Color Harmonies of #ACC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC612

Black with #ACC612

Text Example


Text Example

White with #ACC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC612; }

 p { color: rgb(172,198,18); }

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

background-color css

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

 a { background-color: rgb(172,198,18); }

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

border-color css

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

 span { border-color: rgb(172,198,18); }

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