Html Css Color HEX #ACC90C Bahia

📋 copy color: '#ACC90C'

red 172 ◦ green 201 ◦ blue 12

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

Shades of Bahia #ACC90C

Tints of Bahia #ACC90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.21%

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 44.68%
G = 52.21%
B = 3.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#ACC90C (or 0xACC90C) is known color: Bahia. HEX triplet: AC, C9 and 0C. RGB value is (172,201,12). Sum of RGB (Red+Green+Blue) = 172+201+12=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC90C is #5336F3. Grayscale: #ABABAB. Windows color (decimal): -5453556 or 838060. OLE color: 838060.

HSL color Cylindrical-coordinate representation of color #ACC90C: hue angle of 69.21º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC90C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 12 -
CMYK 0.14 0 0.94 0.21
HSL 69.21º 0.89% 0.42% -
HSV(B) 69.21º 0.94% 0.79% -
XYZ 37.97 50.57 8.11 -
YUV 170.78 38.39 128.87 -
System Red Green Blue C M Y K H S L
Decimal 172 201 12 0.14 0 0.94 0.21 69.21 0.89 0.42
Hex AC C9 C E 0 5E 15 45 59 2A
Octal 254 311 14 16 0 136 25 105 131 52
Binary 10101100 11001001 1100 1110 0 1011110 10101 1000101 1011001 101010

Color Harmonies of #ACC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC90C

Black with #ACC90C

Text Example


Text Example

White with #ACC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC90C; }

 p { color: rgb(172,201,12); }

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

background-color css

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

 a { background-color: rgb(172,201,12); }

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

border-color css

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

 span { border-color: rgb(172,201,12); }

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