Html Css Color HEX #ACC812 Bahia

📋 copy color: '#ACC812'

red 172 ◦ green 200 ◦ blue 18

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

Shades of Bahia #ACC812

Tints of Bahia #ACC812

RGB

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

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

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

R = 44.1%
G = 51.28%
B = 4.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#ACC812 (or 0xACC812) is known color: Bahia. HEX triplet: AC, C8 and 12. RGB value is (172,200,18). Sum of RGB (Red+Green+Blue) = 172+200+18=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC812 is #5337ED. Grayscale: #ABABAB. Windows color (decimal): -5453806 or 1231020. OLE color: 1231020.

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

Color convert

RGB 172 200 18 -
CMYK 0.14 0 0.91 0.22
HSL 69.23º 0.83% 0.43% -
HSV(B) 69.23º 0.91% 0.78% -
XYZ 37.78 50.12 8.26 -
YUV 170.88 41.72 128.8 -
System Red Green Blue C M Y K H S L
Decimal 172 200 18 0.14 0 0.91 0.22 69.23 0.83 0.43
Hex AC C8 12 E 0 5B 16 45 53 2B
Octal 254 310 22 16 0 133 26 105 123 53
Binary 10101100 11001000 10010 1110 0 1011011 10110 1000101 1010011 101011

Color Harmonies of #ACC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC812

Black with #ACC812

Text Example


Text Example

White with #ACC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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