Html Css Color HEX #ACBE20 Bahia

📋 copy color: '#ACBE20'

red 172 ◦ green 190 ◦ blue 32

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

Shades of Bahia #ACBE20

Tints of Bahia #ACBE20

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.22%

 BLUE value IS 32 (12.89% from 255) = 8.12%

R = 43.65%
G = 48.22%
B = 8.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#ACBE20 (or 0xACBE20) is known color: Bahia. HEX triplet: AC, BE and 20. RGB value is (172,190,32). Sum of RGB (Red+Green+Blue) = 172+190+32=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE20 is #5341DF. Grayscale: #A7A7A7. Windows color (decimal): -5456352 or 2145964. OLE color: 2145964.

HSL color Cylindrical-coordinate representation of color #ACBE20: hue angle of 66.84º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACBE20 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 32 -
CMYK 0.09 0 0.83 0.25
HSL 66.84º 0.71% 0.44% -
HSV(B) 66.84º 0.83% 0.75% -
XYZ 35.69 45.7 8.31 -
YUV 166.61 52.04 131.85 -
System Red Green Blue C M Y K H S L
Decimal 172 190 32 0.09 0 0.83 0.25 66.84 0.71 0.44
Hex AC BE 20 9 0 53 19 43 47 2C
Octal 254 276 40 11 0 123 31 103 107 54
Binary 10101100 10111110 100000 1001 0 1010011 11001 1000011 1000111 101100

Color Harmonies of #ACBE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE20

Black with #ACBE20

Text Example


Text Example

White with #ACBE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE20; }

 p { color: rgb(172,190,32); }

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

background-color css

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

 a { background-color: rgb(172,190,32); }

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

border-color css

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

 span { border-color: rgb(172,190,32); }

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