Html Css Color HEX #ACC430 Bahia

📋 copy color: '#ACC430'

red 172 ◦ green 196 ◦ blue 48

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

Shades of Bahia #ACC430

Tints of Bahia #ACC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 41.35%
G = 47.12%
B = 11.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#ACC430 (or 0xACC430) is known color: Bahia. HEX triplet: AC, C4 and 30. RGB value is (172,196,48). Sum of RGB (Red+Green+Blue) = 172+196+48=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC430 is #533BCF. Grayscale: #ACACAC. Windows color (decimal): -5454800 or 3196076. OLE color: 3196076.

HSL color Cylindrical-coordinate representation of color #ACC430: hue angle of 69.73º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACC430 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 48 -
CMYK 0.12 0 0.76 0.23
HSL 69.73º 0.61% 0.48% -
HSV(B) 69.73º 0.76% 0.77% -
XYZ 37.29 48.46 10.19 -
YUV 171.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 172 196 48 0.12 0 0.76 0.23 69.73 0.61 0.48
Hex AC C4 30 C 0 4C 17 46 3D 30
Octal 254 304 60 14 0 114 27 106 75 60
Binary 10101100 11000100 110000 1100 0 1001100 10111 1000110 111101 110000

Color Harmonies of #ACC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC430

Black with #ACC430

Text Example


Text Example

White with #ACC430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC430; }

 p { color: rgb(172,196,48); }

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

background-color css

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

 a { background-color: rgb(172,196,48); }

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

border-color css

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

 span { border-color: rgb(172,196,48); }

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