Html Css Color HEX #ACBC33 Bahia

📋 copy color: '#ACBC33'

red 172 ◦ green 188 ◦ blue 51

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

Shades of Bahia #ACBC33

Tints of Bahia #ACBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.74%

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 41.85%
G = 45.74%
B = 12.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#ACBC33 (or 0xACBC33) is known color: Bahia. HEX triplet: AC, BC and 33. RGB value is (172,188,51). Sum of RGB (Red+Green+Blue) = 172+188+51=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC33 is #5343CC. Grayscale: #A8A8A8. Windows color (decimal): -5456845 or 3390636. OLE color: 3390636.

HSL color Cylindrical-coordinate representation of color #ACBC33: hue angle of 67.01º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACBC33 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 51 -
CMYK 0.09 0 0.73 0.26
HSL 67.01º 0.57% 0.47% -
HSV(B) 67.01º 0.73% 0.74% -
XYZ 35.59 44.98 9.94 -
YUV 167.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 172 188 51 0.09 0 0.73 0.26 67.01 0.57 0.47
Hex AC BC 33 9 0 49 1A 43 39 2F
Octal 254 274 63 11 0 111 32 103 71 57
Binary 10101100 10111100 110011 1001 0 1001001 11010 1000011 111001 101111

Color Harmonies of #ACBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC33

Black with #ACBC33

Text Example


Text Example

White with #ACBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC33; }

 p { color: rgb(172,188,51); }

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

background-color css

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

 a { background-color: rgb(172,188,51); }

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

border-color css

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

 span { border-color: rgb(172,188,51); }

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