Html Css Color HEX #ACC51D Bahia

📋 copy color: '#ACC51D'

red 172 ◦ green 197 ◦ blue 29

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

Shades of Bahia #ACC51D

Tints of Bahia #ACC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.5%

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

R = 43.22%
G = 49.5%
B = 7.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#ACC51D (or 0xACC51D) is known color: Bahia. HEX triplet: AC, C5 and 1D. RGB value is (172,197,29). Sum of RGB (Red+Green+Blue) = 172+197+29=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC51D is #533AE2. Grayscale: #ABABAB. Windows color (decimal): -5454563 or 1951148. OLE color: 1951148.

HSL color Cylindrical-coordinate representation of color #ACC51D: hue angle of 68.93º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACC51D is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 29 -
CMYK 0.13 0 0.85 0.23
HSL 68.93º 0.74% 0.44% -
HSV(B) 68.93º 0.85% 0.77% -
XYZ 37.2 48.79 8.62 -
YUV 170.37 48.22 129.16 -
System Red Green Blue C M Y K H S L
Decimal 172 197 29 0.13 0 0.85 0.23 68.93 0.74 0.44
Hex AC C5 1D D 0 55 17 45 4A 2C
Octal 254 305 35 15 0 125 27 105 112 54
Binary 10101100 11000101 11101 1101 0 1010101 10111 1000101 1001010 101100

Color Harmonies of #ACC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC51D

Black with #ACC51D

Text Example


Text Example

White with #ACC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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