Html Css Color HEX #ACC61E Bahia

📋 copy color: '#ACC61E'

red 172 ◦ green 198 ◦ blue 30

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

Shades of Bahia #ACC61E

Tints of Bahia #ACC61E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 43%
G = 49.5%
B = 7.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#ACC61E (or 0xACC61E) is known color: Bahia. HEX triplet: AC, C6 and 1E. RGB value is (172,198,30). Sum of RGB (Red+Green+Blue) = 172+198+30=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC61E is #5339E1. Grayscale: #ABABAB. Windows color (decimal): -5454306 or 2016940. OLE color: 2016940.

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

Color convert

RGB 172 198 30 -
CMYK 0.13 0 0.85 0.22
HSL 69.29º 0.74% 0.45% -
HSV(B) 69.29º 0.85% 0.78% -
XYZ 37.44 49.25 8.76 -
YUV 171.07 48.39 128.66 -
System Red Green Blue C M Y K H S L
Decimal 172 198 30 0.13 0 0.85 0.22 69.29 0.74 0.45
Hex AC C6 1E D 0 55 16 45 4A 2D
Octal 254 306 36 15 0 125 26 105 112 55
Binary 10101100 11000110 11110 1101 0 1010101 10110 1000101 1001010 101101

Color Harmonies of #ACC61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC61E

Black with #ACC61E

Text Example


Text Example

White with #ACC61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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