Html Css Color HEX #ACCE2A Bahia

📋 copy color: '#ACCE2A'

red 172 ◦ green 206 ◦ blue 42

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

Shades of Bahia #ACCE2A

Tints of Bahia #ACCE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10%

R = 40.95%
G = 49.05%
B = 10%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#ACCE2A (or 0xACCE2A) is known color: Bahia. HEX triplet: AC, CE and 2A. RGB value is (172,206,42). Sum of RGB (Red+Green+Blue) = 172+206+42=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE2A is #5331D5. Grayscale: #B1B1B1. Windows color (decimal): -5452246 or 2805420. OLE color: 2805420.

HSL color Cylindrical-coordinate representation of color #ACCE2A: hue angle of 72.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACCE2A is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 42 -
CMYK 0.17 0 0.80 0.19
HSL 72.44º 0.66% 0.49% -
HSV(B) 72.44º 0.8% 0.81% -
XYZ 39.5 53.08 10.35 -
YUV 177.14 51.74 124.34 -
System Red Green Blue C M Y K H S L
Decimal 172 206 42 0.17 0 0.80 0.19 72.44 0.66 0.49
Hex AC CE 2A 11 0 50 13 48 42 31
Octal 254 316 52 21 0 120 23 110 102 61
Binary 10101100 11001110 101010 10001 0 1010000 10011 1001000 1000010 110001

Color Harmonies of #ACCE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE2A

Black with #ACCE2A

Text Example


Text Example

White with #ACCE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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