Html Css Color HEX #ACCC29 Bahia

📋 copy color: '#ACCC29'

red 172 ◦ green 204 ◦ blue 41

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

Shades of Bahia #ACCC29

Tints of Bahia #ACCC29

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

 BLUE value IS 41 (16.41% from 255) = 9.83%

R = 41.25%
G = 48.92%
B = 9.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#ACCC29 (or 0xACCC29) is known color: Bahia. HEX triplet: AC, CC and 29. RGB value is (172,204,41). Sum of RGB (Red+Green+Blue) = 172+204+41=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC29 is #5333D6. Grayscale: #B0B0B0. Windows color (decimal): -5452759 or 2739372. OLE color: 2739372.

HSL color Cylindrical-coordinate representation of color #ACCC29: hue angle of 71.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACCC29 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 41 -
CMYK 0.16 0 0.80 0.2
HSL 71.78º 0.67% 0.48% -
HSV(B) 71.78º 0.8% 0.8% -
XYZ 39.01 52.12 10.1 -
YUV 175.85 51.9 125.25 -
System Red Green Blue C M Y K H S L
Decimal 172 204 41 0.16 0 0.80 0.2 71.78 0.67 0.48
Hex AC CC 29 10 0 50 14 48 43 30
Octal 254 314 51 20 0 120 24 110 103 60
Binary 10101100 11001100 101001 10000 0 1010000 10100 1001000 1000011 110000

Color Harmonies of #ACCC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC29

Black with #ACCC29

Text Example


Text Example

White with #ACCC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC29; }

 p { color: rgb(172,204,41); }

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

background-color css

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

 a { background-color: rgb(172,204,41); }

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

border-color css

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

 span { border-color: rgb(172,204,41); }

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