Html Css Color HEX #ACBE32 Bahia

📋 copy color: '#ACBE32'

red 172 ◦ green 190 ◦ blue 50

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

Shades of Bahia #ACBE32

Tints of Bahia #ACBE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 41.75%
G = 46.12%
B = 12.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ACBE32 (or 0xACBE32) is known color: Bahia. HEX triplet: AC, BE and 32. RGB value is (172,190,50). Sum of RGB (Red+Green+Blue) = 172+190+50=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE32 is #5341CD. Grayscale: #A9A9A9. Windows color (decimal): -5456334 or 3325612. OLE color: 3325612.

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

Color convert

RGB 172 190 50 -
CMYK 0.09 0 0.74 0.25
HSL 67.71º 0.58% 0.47% -
HSV(B) 67.71º 0.74% 0.75% -
XYZ 36 45.83 9.97 -
YUV 168.66 61.04 130.38 -
System Red Green Blue C M Y K H S L
Decimal 172 190 50 0.09 0 0.74 0.25 67.71 0.58 0.47
Hex AC BE 32 9 0 4A 19 44 3A 2F
Octal 254 276 62 11 0 112 31 104 72 57
Binary 10101100 10111110 110010 1001 0 1001010 11001 1000100 111010 101111

Color Harmonies of #ACBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE32

Black with #ACBE32

Text Example


Text Example

White with #ACBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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