Html Css Color HEX #ACC41B Bahia

📋 copy color: '#ACC41B'

red 172 ◦ green 196 ◦ blue 27

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

Shades of Bahia #ACC41B

Tints of Bahia #ACC41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.62%

 BLUE value IS 27 (10.94% from 255) = 6.84%

R = 43.54%
G = 49.62%
B = 6.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#ACC41B (or 0xACC41B) is known color: Bahia. HEX triplet: AC, C4 and 1B. RGB value is (172,196,27). Sum of RGB (Red+Green+Blue) = 172+196+27=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC41B is #533BE4. Grayscale: #AAAAAA. Windows color (decimal): -5454821 or 1819820. OLE color: 1819820.

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

Color convert

RGB 172 196 27 -
CMYK 0.12 0 0.86 0.23
HSL 68.52º 0.76% 0.44% -
HSV(B) 68.52º 0.86% 0.77% -
XYZ 36.95 48.33 8.42 -
YUV 169.56 47.55 129.74 -
System Red Green Blue C M Y K H S L
Decimal 172 196 27 0.12 0 0.86 0.23 68.52 0.76 0.44
Hex AC C4 1B C 0 56 17 45 4C 2C
Octal 254 304 33 14 0 126 27 105 114 54
Binary 10101100 11000100 11011 1100 0 1010110 10111 1000101 1001100 101100

Color Harmonies of #ACC41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC41B

Black with #ACC41B

Text Example


Text Example

White with #ACC41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC41B; }

 p { color: rgb(172,196,27); }

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

background-color css

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

 a { background-color: rgb(172,196,27); }

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

border-color css

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

 span { border-color: rgb(172,196,27); }

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