Html Css Color HEX #ACCC1C Bahia

📋 copy color: '#ACCC1C'

red 172 ◦ green 204 ◦ blue 28

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

Shades of Bahia #ACCC1C

Tints of Bahia #ACCC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.93%

R = 42.57%
G = 50.5%
B = 6.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#ACCC1C (or 0xACCC1C) is known color: Bahia. HEX triplet: AC, CC and 1C. RGB value is (172,204,28). Sum of RGB (Red+Green+Blue) = 172+204+28=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC1C is #5333E3. Grayscale: #AFAFAF. Windows color (decimal): -5452772 or 1887404. OLE color: 1887404.

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

Color convert

RGB 172 204 28 -
CMYK 0.16 0 0.86 0.2
HSL 70.91º 0.76% 0.45% -
HSV(B) 70.91º 0.86% 0.8% -
XYZ 38.82 52.04 9.1 -
YUV 174.37 45.4 126.31 -
System Red Green Blue C M Y K H S L
Decimal 172 204 28 0.16 0 0.86 0.2 70.91 0.76 0.45
Hex AC CC 1C 10 0 56 14 47 4C 2D
Octal 254 314 34 20 0 126 24 107 114 55
Binary 10101100 11001100 11100 10000 0 1010110 10100 1000111 1001100 101101

Color Harmonies of #ACCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC1C

Black with #ACCC1C

Text Example


Text Example

White with #ACCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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