Html Css Color HEX #ACBE31 Bahia

📋 copy color: '#ACBE31'

red 172 ◦ green 190 ◦ blue 49

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

Shades of Bahia #ACBE31

Tints of Bahia #ACBE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.92%

R = 41.85%
G = 46.23%
B = 11.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ACBE31 (or 0xACBE31) is known color: Bahia. HEX triplet: AC, BE and 31. RGB value is (172,190,49). Sum of RGB (Red+Green+Blue) = 172+190+49=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE31 is #5341CE. Grayscale: #A9A9A9. Windows color (decimal): -5456335 or 3260076. OLE color: 3260076.

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

Color convert

RGB 172 190 49 -
CMYK 0.09 0 0.74 0.25
HSL 67.66º 0.59% 0.47% -
HSV(B) 67.66º 0.74% 0.75% -
XYZ 35.98 45.82 9.85 -
YUV 168.54 60.54 130.46 -
System Red Green Blue C M Y K H S L
Decimal 172 190 49 0.09 0 0.74 0.25 67.66 0.59 0.47
Hex AC BE 31 9 0 4A 19 44 3B 2F
Octal 254 276 61 11 0 112 31 104 73 57
Binary 10101100 10111110 110001 1001 0 1001010 11001 1000100 111011 101111

Color Harmonies of #ACBE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE31

Black with #ACBE31

Text Example


Text Example

White with #ACBE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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