Html Css Color HEX #ACBE2A Bahia

📋 copy color: '#ACBE2A'

red 172 ◦ green 190 ◦ blue 42

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

Shades of Bahia #ACBE2A

Tints of Bahia #ACBE2A

RGB

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

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

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

R = 42.57%
G = 47.03%
B = 10.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#ACBE2A (or 0xACBE2A) is known color: Bahia. HEX triplet: AC, BE and 2A. RGB value is (172,190,42). Sum of RGB (Red+Green+Blue) = 172+190+42=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE2A is #5341D5. Grayscale: #A8A8A8. Windows color (decimal): -5456342 or 2801324. OLE color: 2801324.

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

Color convert

RGB 172 190 42 -
CMYK 0.09 0 0.78 0.25
HSL 67.3º 0.64% 0.45% -
HSV(B) 67.3º 0.78% 0.75% -
XYZ 35.84 45.76 9.13 -
YUV 167.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 172 190 42 0.09 0 0.78 0.25 67.3 0.64 0.45
Hex AC BE 2A 9 0 4E 19 43 40 2D
Octal 254 276 52 11 0 116 31 103 100 55
Binary 10101100 10111110 101010 1001 0 1001110 11001 1000011 1000000 101101

Color Harmonies of #ACBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE2A

Black with #ACBE2A

Text Example


Text Example

White with #ACBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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