Html Css Color HEX #ACBF11 Bahia

📋 copy color: '#ACBF11'

red 172 ◦ green 191 ◦ blue 17

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

Shades of Bahia #ACBF11

Tints of Bahia #ACBF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 45.26%
G = 50.26%
B = 4.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ACBF11 (or 0xACBF11) is known color: Bahia. HEX triplet: AC, BF and 11. RGB value is (172,191,17). Sum of RGB (Red+Green+Blue) = 172+191+17=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBF11 is #5340EE. Grayscale: #A6A6A6. Windows color (decimal): -5456111 or 1163180. OLE color: 1163180.

HSL color Cylindrical-coordinate representation of color #ACBF11: hue angle of 66.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACBF11 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 191 17 -
CMYK 0.10 0 0.91 0.25
HSL 66.55º 0.84% 0.41% -
HSV(B) 66.55º 0.91% 0.75% -
XYZ 35.75 46.07 7.54 -
YUV 165.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 172 191 17 0.10 0 0.91 0.25 66.55 0.84 0.41
Hex AC BF 11 A 0 5B 19 43 54 29
Octal 254 277 21 12 0 133 31 103 124 51
Binary 10101100 10111111 10001 1010 0 1011011 11001 1000011 1010100 101001

Color Harmonies of #ACBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF11

Black with #ACBF11

Text Example


Text Example

White with #ACBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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