Html Css Color HEX #ACC31E Bahia

📋 copy color: '#ACC31E'

red 172 ◦ green 195 ◦ blue 30

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

Shades of Bahia #ACC31E

Tints of Bahia #ACC31E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

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

R = 43.32%
G = 49.12%
B = 7.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#ACC31E (or 0xACC31E) is known color: Bahia. HEX triplet: AC, C3 and 1E. RGB value is (172,195,30). Sum of RGB (Red+Green+Blue) = 172+195+30=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC31E is #533CE1. Grayscale: #A9A9A9. Windows color (decimal): -5455074 or 2016172. OLE color: 2016172.

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

Color convert

RGB 172 195 30 -
CMYK 0.12 0 0.85 0.24
HSL 68.36º 0.73% 0.44% -
HSV(B) 68.36º 0.85% 0.76% -
XYZ 36.76 47.89 8.54 -
YUV 169.31 49.38 129.92 -
System Red Green Blue C M Y K H S L
Decimal 172 195 30 0.12 0 0.85 0.24 68.36 0.73 0.44
Hex AC C3 1E C 0 55 18 44 49 2C
Octal 254 303 36 14 0 125 30 104 111 54
Binary 10101100 11000011 11110 1100 0 1010101 11000 1000100 1001001 101100

Color Harmonies of #ACC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC31E

Black with #ACC31E

Text Example


Text Example

White with #ACC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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