Html Css Color HEX #ACBF20 Bahia

📋 copy color: '#ACBF20'

red 172 ◦ green 191 ◦ blue 32

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

Shades of Bahia #ACBF20

Tints of Bahia #ACBF20

RGB

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

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

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

R = 43.54%
G = 48.35%
B = 8.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#ACBF20 (or 0xACBF20) is known color: Bahia. HEX triplet: AC, BF and 20. RGB value is (172,191,32). Sum of RGB (Red+Green+Blue) = 172+191+32=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF20 is #5340DF. Grayscale: #A7A7A7. Windows color (decimal): -5456096 or 2146220. OLE color: 2146220.

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

Color convert

RGB 172 191 32 -
CMYK 0.10 0 0.83 0.25
HSL 67.17º 0.71% 0.44% -
HSV(B) 67.17º 0.83% 0.75% -
XYZ 35.9 46.14 8.38 -
YUV 167.19 51.71 131.43 -
System Red Green Blue C M Y K H S L
Decimal 172 191 32 0.10 0 0.83 0.25 67.17 0.71 0.44
Hex AC BF 20 A 0 53 19 43 47 2C
Octal 254 277 40 12 0 123 31 103 107 54
Binary 10101100 10111111 100000 1010 0 1010011 11001 1000011 1000111 101100

Color Harmonies of #ACBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF20

Black with #ACBF20

Text Example


Text Example

White with #ACBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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