Html Css Color HEX #ACC12B Bahia

📋 copy color: '#ACC12B'

red 172 ◦ green 193 ◦ blue 43

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

Shades of Bahia #ACC12B

Tints of Bahia #ACC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 43 (17.19% from 255) = 10.54%

R = 42.16%
G = 47.3%
B = 10.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ACC12B (or 0xACC12B) is known color: Bahia. HEX triplet: AC, C1 and 2B. RGB value is (172,193,43). Sum of RGB (Red+Green+Blue) = 172+193+43=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC12B is #533ED4. Grayscale: #AAAAAA. Windows color (decimal): -5455573 or 2867628. OLE color: 2867628.

HSL color Cylindrical-coordinate representation of color #ACC12B: hue angle of 68.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC12B is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 43 -
CMYK 0.11 0 0.78 0.24
HSL 68.4º 0.64% 0.46% -
HSV(B) 68.4º 0.78% 0.76% -
XYZ 36.52 47.09 9.45 -
YUV 169.62 56.54 129.7 -
System Red Green Blue C M Y K H S L
Decimal 172 193 43 0.11 0 0.78 0.24 68.4 0.64 0.46
Hex AC C1 2B B 0 4E 18 44 40 2E
Octal 254 301 53 13 0 116 30 104 100 56
Binary 10101100 11000001 101011 1011 0 1001110 11000 1000100 1000000 101110

Color Harmonies of #ACC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC12B

Black with #ACC12B

Text Example


Text Example

White with #ACC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC12B; }

 p { color: rgb(172,193,43); }

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

background-color css

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

 a { background-color: rgb(172,193,43); }

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

border-color css

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

 span { border-color: rgb(172,193,43); }

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