Html Css Color HEX #ACC234 Bahia

📋 copy color: '#ACC234'

red 172 ◦ green 194 ◦ blue 52

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

Shades of Bahia #ACC234

Tints of Bahia #ACC234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 41.15%
G = 46.41%
B = 12.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#ACC234 (or 0xACC234) is known color: Bahia. HEX triplet: AC, C2 and 34. RGB value is (172,194,52). Sum of RGB (Red+Green+Blue) = 172+194+52=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC234 is #533DCB. Grayscale: #ABABAB. Windows color (decimal): -5455308 or 3457708. OLE color: 3457708.

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

Color convert

RGB 172 194 52 -
CMYK 0.11 0 0.73 0.24
HSL 69.3º 0.58% 0.48% -
HSV(B) 69.3º 0.73% 0.76% -
XYZ 36.92 47.6 10.49 -
YUV 171.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 172 194 52 0.11 0 0.73 0.24 69.3 0.58 0.48
Hex AC C2 34 B 0 49 18 45 3A 30
Octal 254 302 64 13 0 111 30 105 72 60
Binary 10101100 11000010 110100 1011 0 1001001 11000 1000101 111010 110000

Color Harmonies of #ACC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC234

Black with #ACC234

Text Example


Text Example

White with #ACC234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC234; }

 p { color: rgb(172,194,52); }

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

background-color css

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

 a { background-color: rgb(172,194,52); }

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

border-color css

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

 span { border-color: rgb(172,194,52); }

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