Html Css Color HEX #ACBE11 Bahia

📋 copy color: '#ACBE11'

red 172 ◦ green 190 ◦ blue 17

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

Shades of Bahia #ACBE11

Tints of Bahia #ACBE11

RGB

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

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

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

R = 45.38%
G = 50.13%
B = 4.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ACBE11 (or 0xACBE11) is known color: Bahia. HEX triplet: AC, BE and 11. RGB value is (172,190,17). Sum of RGB (Red+Green+Blue) = 172+190+17=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE11 is #5341EE. Grayscale: #A5A5A5. Windows color (decimal): -5456367 or 1162924. OLE color: 1162924.

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

Color convert

RGB 172 190 17 -
CMYK 0.09 0 0.91 0.25
HSL 66.24º 0.84% 0.41% -
HSV(B) 66.24º 0.91% 0.75% -
XYZ 35.53 45.64 7.47 -
YUV 164.9 44.54 133.07 -
System Red Green Blue C M Y K H S L
Decimal 172 190 17 0.09 0 0.91 0.25 66.24 0.84 0.41
Hex AC BE 11 9 0 5B 19 42 54 29
Octal 254 276 21 11 0 133 31 102 124 51
Binary 10101100 10111110 10001 1001 0 1011011 11001 1000010 1010100 101001

Color Harmonies of #ACBE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE11

Black with #ACBE11

Text Example


Text Example

White with #ACBE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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