Html Css Color HEX #ACCC1D Bahia

📋 copy color: '#ACCC1D'

red 172 ◦ green 204 ◦ blue 29

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

Shades of Bahia #ACCC1D

Tints of Bahia #ACCC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 42.47%
G = 50.37%
B = 7.16%

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

#ACCC1D (or 0xACCC1D) is known color: Bahia. HEX triplet: AC, CC and 1D. RGB value is (172,204,29). Sum of RGB (Red+Green+Blue) = 172+204+29=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC1D is #5333E2. Grayscale: #AFAFAF. Windows color (decimal): -5452771 or 1952940. OLE color: 1952940.

HSL color Cylindrical-coordinate representation of color #ACCC1D: hue angle of 70.97º degrees, saturation: 0.75, 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 #ACCC1D is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 29 -
CMYK 0.16 0 0.86 0.2
HSL 70.97º 0.75% 0.46% -
HSV(B) 70.97º 0.86% 0.8% -
XYZ 38.83 52.05 9.16 -
YUV 174.48 45.9 126.23 -
System Red Green Blue C M Y K H S L
Decimal 172 204 29 0.16 0 0.86 0.2 70.97 0.75 0.46
Hex AC CC 1D 10 0 56 14 47 4B 2E
Octal 254 314 35 20 0 126 24 107 113 56
Binary 10101100 11001100 11101 10000 0 1010110 10100 1000111 1001011 101110

Color Harmonies of #ACCC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC1D

Black with #ACCC1D

Text Example


Text Example

White with #ACCC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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