Html Css Color HEX #ACCC2A Bahia

📋 copy color: '#ACCC2A'

red 172 ◦ green 204 ◦ blue 42

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

Shades of Bahia #ACCC2A

Tints of Bahia #ACCC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.05%

R = 41.15%
G = 48.8%
B = 10.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#ACCC2A (or 0xACCC2A) is known color: Bahia. HEX triplet: AC, CC and 2A. RGB value is (172,204,42). Sum of RGB (Red+Green+Blue) = 172+204+42=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC2A is #5333D5. Grayscale: #B0B0B0. Windows color (decimal): -5452758 or 2804908. OLE color: 2804908.

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

Color convert

RGB 172 204 42 -
CMYK 0.16 0 0.79 0.2
HSL 71.85º 0.66% 0.48% -
HSV(B) 71.85º 0.79% 0.8% -
XYZ 39.02 52.12 10.19 -
YUV 175.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 172 204 42 0.16 0 0.79 0.2 71.85 0.66 0.48
Hex AC CC 2A 10 0 4F 14 48 42 30
Octal 254 314 52 20 0 117 24 110 102 60
Binary 10101100 11001100 101010 10000 0 1001111 10100 1001000 1000010 110000

Color Harmonies of #ACCC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC2A

Black with #ACCC2A

Text Example


Text Example

White with #ACCC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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