Html Css Color HEX #ACCC19 Bahia

📋 copy color: '#ACCC19'

red 172 ◦ green 204 ◦ blue 25

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

Shades of Bahia #ACCC19

Tints of Bahia #ACCC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 42.89%
G = 50.87%
B = 6.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#ACCC19 (or 0xACCC19) is known color: Bahia. HEX triplet: AC, CC and 19. RGB value is (172,204,25). Sum of RGB (Red+Green+Blue) = 172+204+25=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC19 is #5333E6. Grayscale: #AEAEAE. Windows color (decimal): -5452775 or 1690796. OLE color: 1690796.

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

Color convert

RGB 172 204 25 -
CMYK 0.16 0 0.88 0.2
HSL 70.73º 0.78% 0.45% -
HSV(B) 70.73º 0.88% 0.8% -
XYZ 38.78 52.03 8.92 -
YUV 174.03 43.9 126.55 -
System Red Green Blue C M Y K H S L
Decimal 172 204 25 0.16 0 0.88 0.2 70.73 0.78 0.45
Hex AC CC 19 10 0 58 14 47 4E 2D
Octal 254 314 31 20 0 130 24 107 116 55
Binary 10101100 11001100 11001 10000 0 1011000 10100 1000111 1001110 101101

Color Harmonies of #ACCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC19

Black with #ACCC19

Text Example


Text Example

White with #ACCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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