Html Css Color HEX #ACBF31 Bahia

📋 copy color: '#ACBF31'

red 172 ◦ green 191 ◦ blue 49

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

Shades of Bahia #ACBF31

Tints of Bahia #ACBF31

RGB

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

 GREEN value IS 191 (75% from 255) = 46.36%

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

R = 41.75%
G = 46.36%
B = 11.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ACBF31 (or 0xACBF31) is known color: Bahia. HEX triplet: AC, BF and 31. RGB value is (172,191,49). Sum of RGB (Red+Green+Blue) = 172+191+49=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF31 is #5340CE. Grayscale: #A9A9A9. Windows color (decimal): -5456079 or 3260332. OLE color: 3260332.

HSL color Cylindrical-coordinate representation of color #ACBF31: hue angle of 68.03º 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 #ACBF31 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 191 49 -
CMYK 0.10 0 0.74 0.25
HSL 68.03º 0.59% 0.47% -
HSV(B) 68.03º 0.74% 0.75% -
XYZ 36.2 46.25 9.93 -
YUV 169.13 60.21 130.05 -
System Red Green Blue C M Y K H S L
Decimal 172 191 49 0.10 0 0.74 0.25 68.03 0.59 0.47
Hex AC BF 31 A 0 4A 19 44 3B 2F
Octal 254 277 61 12 0 112 31 104 73 57
Binary 10101100 10111111 110001 1010 0 1001010 11001 1000100 111011 101111

Color Harmonies of #ACBF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF31

Black with #ACBF31

Text Example


Text Example

White with #ACBF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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