Html Css Color HEX #ACCE1A Bahia

📋 copy color: '#ACCE1A'

red 172 ◦ green 206 ◦ blue 26

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

Shades of Bahia #ACCE1A

Tints of Bahia #ACCE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.99%

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

R = 42.57%
G = 50.99%
B = 6.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#ACCE1A (or 0xACCE1A) is known color: Bahia. HEX triplet: AC, CE and 1A. RGB value is (172,206,26). Sum of RGB (Red+Green+Blue) = 172+206+26=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE1A is #5331E5. Grayscale: #B0B0B0. Windows color (decimal): -5452262 or 1756844. OLE color: 1756844.

HSL color Cylindrical-coordinate representation of color #ACCE1A: hue angle of 71.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACCE1A is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 26 -
CMYK 0.17 0 0.87 0.19
HSL 71.33º 0.78% 0.45% -
HSV(B) 71.33º 0.87% 0.81% -
XYZ 39.27 52.99 9.14 -
YUV 175.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 172 206 26 0.17 0 0.87 0.19 71.33 0.78 0.45
Hex AC CE 1A 11 0 57 13 47 4E 2D
Octal 254 316 32 21 0 127 23 107 116 55
Binary 10101100 11001110 11010 10001 0 1010111 10011 1000111 1001110 101101

Color Harmonies of #ACCE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE1A

Black with #ACCE1A

Text Example


Text Example

White with #ACCE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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