Html Css Color HEX #ACBE17 Bahia

📋 copy color: '#ACBE17'

red 172 ◦ green 190 ◦ blue 23

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

Shades of Bahia #ACBE17

Tints of Bahia #ACBE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 44.68%
G = 49.35%
B = 5.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#ACBE17 (or 0xACBE17) is known color: Bahia. HEX triplet: AC, BE and 17. RGB value is (172,190,23). Sum of RGB (Red+Green+Blue) = 172+190+23=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE17 is #5341E8. Grayscale: #A6A6A6. Windows color (decimal): -5456361 or 1556140. OLE color: 1556140.

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

Color convert

RGB 172 190 23 -
CMYK 0.09 0 0.88 0.25
HSL 66.47º 0.78% 0.42% -
HSV(B) 66.47º 0.88% 0.75% -
XYZ 35.58 45.66 7.75 -
YUV 165.58 47.54 132.58 -
System Red Green Blue C M Y K H S L
Decimal 172 190 23 0.09 0 0.88 0.25 66.47 0.78 0.42
Hex AC BE 17 9 0 58 19 42 4E 2A
Octal 254 276 27 11 0 130 31 102 116 52
Binary 10101100 10111110 10111 1001 0 1011000 11001 1000010 1001110 101010

Color Harmonies of #ACBE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE17

Black with #ACBE17

Text Example


Text Example

White with #ACBE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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