Html Css Color HEX #ACC433 Bahia

📋 copy color: '#ACC433'

red 172 ◦ green 196 ◦ blue 51

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

Shades of Bahia #ACC433

Tints of Bahia #ACC433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 41.05%
G = 46.78%
B = 12.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#ACC433 (or 0xACC433) is known color: Bahia. HEX triplet: AC, C4 and 33. RGB value is (172,196,51). Sum of RGB (Red+Green+Blue) = 172+196+51=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC433 is #533BCC. Grayscale: #ACACAC. Windows color (decimal): -5454797 or 3392684. OLE color: 3392684.

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

Color convert

RGB 172 196 51 -
CMYK 0.12 0 0.74 0.23
HSL 69.93º 0.59% 0.48% -
HSV(B) 69.93º 0.74% 0.77% -
XYZ 37.35 48.49 10.52 -
YUV 172.29 59.55 127.79 -
System Red Green Blue C M Y K H S L
Decimal 172 196 51 0.12 0 0.74 0.23 69.93 0.59 0.48
Hex AC C4 33 C 0 4A 17 46 3B 30
Octal 254 304 63 14 0 112 27 106 73 60
Binary 10101100 11000100 110011 1100 0 1001010 10111 1000110 111011 110000

Color Harmonies of #ACC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC433

Black with #ACC433

Text Example


Text Example

White with #ACC433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC433; }

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

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

background-color css

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

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

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

border-color css

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

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

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