Html Css Color HEX #ACBC28 Bahia

📋 copy color: '#ACBC28'

red 172 ◦ green 188 ◦ blue 40

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

Shades of Bahia #ACBC28

Tints of Bahia #ACBC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10%

R = 43%
G = 47%
B = 10%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#ACBC28 (or 0xACBC28) is known color: Bahia. HEX triplet: AC, BC and 28. RGB value is (172,188,40). Sum of RGB (Red+Green+Blue) = 172+188+40=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC28 is #5343D7. Grayscale: #A6A6A6. Windows color (decimal): -5456856 or 2669740. OLE color: 2669740.

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

Color convert

RGB 172 188 40 -
CMYK 0.09 0 0.79 0.26
HSL 66.49º 0.65% 0.45% -
HSV(B) 66.49º 0.79% 0.74% -
XYZ 35.38 44.89 8.81 -
YUV 166.34 56.7 132.03 -
System Red Green Blue C M Y K H S L
Decimal 172 188 40 0.09 0 0.79 0.26 66.49 0.65 0.45
Hex AC BC 28 9 0 4F 1A 42 41 2D
Octal 254 274 50 11 0 117 32 102 101 55
Binary 10101100 10111100 101000 1001 0 1001111 11010 1000010 1000001 101101

Color Harmonies of #ACBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC28

Black with #ACBC28

Text Example


Text Example

White with #ACBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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