Html Css Color HEX #ACCD1C Bahia

📋 copy color: '#ACCD1C'

red 172 ◦ green 205 ◦ blue 28

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

Shades of Bahia #ACCD1C

Tints of Bahia #ACCD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.62%

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

R = 42.47%
G = 50.62%
B = 6.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#ACCD1C (or 0xACCD1C) is known color: Bahia. HEX triplet: AC, CD and 1C. RGB value is (172,205,28). Sum of RGB (Red+Green+Blue) = 172+205+28=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD1C is #5332E3. Grayscale: #AFAFAF. Windows color (decimal): -5452516 or 1887660. OLE color: 1887660.

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

Color convert

RGB 172 205 28 -
CMYK 0.16 0 0.86 0.20
HSL 71.19º 0.76% 0.46% -
HSV(B) 71.19º 0.86% 0.8% -
XYZ 39.05 52.52 9.18 -
YUV 174.96 45.07 125.89 -
System Red Green Blue C M Y K H S L
Decimal 172 205 28 0.16 0 0.86 0.20 71.19 0.76 0.46
Hex AC CD 1C 10 0 56 14 47 4C 2E
Octal 254 315 34 20 0 126 24 107 114 56
Binary 10101100 11001101 11100 10000 0 1010110 10100 1000111 1001100 101110

Color Harmonies of #ACCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD1C

Black with #ACCD1C

Text Example


Text Example

White with #ACCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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