Html Css Color HEX #ACC61A Bahia

📋 copy color: '#ACC61A'

red 172 ◦ green 198 ◦ blue 26

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

Shades of Bahia #ACC61A

Tints of Bahia #ACC61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50%

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 43.43%
G = 50%
B = 6.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#ACC61A (or 0xACC61A) is known color: Bahia. HEX triplet: AC, C6 and 1A. RGB value is (172,198,26). Sum of RGB (Red+Green+Blue) = 172+198+26=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC61A is #5339E5. Grayscale: #ABABAB. Windows color (decimal): -5454310 or 1754796. OLE color: 1754796.

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

Color convert

RGB 172 198 26 -
CMYK 0.13 0 0.87 0.22
HSL 69.07º 0.77% 0.44% -
HSV(B) 69.07º 0.87% 0.78% -
XYZ 37.39 49.23 8.51 -
YUV 170.62 46.39 128.99 -
System Red Green Blue C M Y K H S L
Decimal 172 198 26 0.13 0 0.87 0.22 69.07 0.77 0.44
Hex AC C6 1A D 0 57 16 45 4D 2C
Octal 254 306 32 15 0 127 26 105 115 54
Binary 10101100 11000110 11010 1101 0 1010111 10110 1000101 1001101 101100

Color Harmonies of #ACC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC61A

Black with #ACC61A

Text Example


Text Example

White with #ACC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC61A; }

 p { color: rgb(172,198,26); }

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

background-color css

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

 a { background-color: rgb(172,198,26); }

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

border-color css

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

 span { border-color: rgb(172,198,26); }

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