Html Css Color HEX #ACBC34 Bahia

📋 copy color: '#ACBC34'

red 172 ◦ green 188 ◦ blue 52

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

Shades of Bahia #ACBC34

Tints of Bahia #ACBC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.62%

R = 41.75%
G = 45.63%
B = 12.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#ACBC34 (or 0xACBC34) is known color: Bahia. HEX triplet: AC, BC and 34. RGB value is (172,188,52). Sum of RGB (Red+Green+Blue) = 172+188+52=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC34 is #5343CB. Grayscale: #A8A8A8. Windows color (decimal): -5456844 or 3456172. OLE color: 3456172.

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

Color convert

RGB 172 188 52 -
CMYK 0.09 0 0.72 0.26
HSL 67.06º 0.57% 0.47% -
HSV(B) 67.06º 0.72% 0.74% -
XYZ 35.62 44.99 10.05 -
YUV 167.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 172 188 52 0.09 0 0.72 0.26 67.06 0.57 0.47
Hex AC BC 34 9 0 48 1A 43 39 2F
Octal 254 274 64 11 0 110 32 103 71 57
Binary 10101100 10111100 110100 1001 0 1001000 11010 1000011 111001 101111

Color Harmonies of #ACBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC34

Black with #ACBC34

Text Example


Text Example

White with #ACBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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