Html Css Color HEX #ACBC25 Bahia

📋 copy color: '#ACBC25'

red 172 ◦ green 188 ◦ blue 37

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

Shades of Bahia #ACBC25

Tints of Bahia #ACBC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.32%

R = 43.32%
G = 47.36%
B = 9.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#ACBC25 (or 0xACBC25) is known color: Bahia. HEX triplet: AC, BC and 25. RGB value is (172,188,37). Sum of RGB (Red+Green+Blue) = 172+188+37=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC25 is #5343DA. Grayscale: #A6A6A6. Windows color (decimal): -5456859 or 2473132. OLE color: 2473132.

HSL color Cylindrical-coordinate representation of color #ACBC25: hue angle of 66.36º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACBC25 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 37 -
CMYK 0.09 0 0.80 0.26
HSL 66.36º 0.67% 0.44% -
HSV(B) 66.36º 0.8% 0.74% -
XYZ 35.33 44.87 8.55 -
YUV 166 55.2 132.28 -
System Red Green Blue C M Y K H S L
Decimal 172 188 37 0.09 0 0.80 0.26 66.36 0.67 0.44
Hex AC BC 25 9 0 50 1A 42 43 2C
Octal 254 274 45 11 0 120 32 102 103 54
Binary 10101100 10111100 100101 1001 0 1010000 11010 1000010 1000011 101100

Color Harmonies of #ACBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC25

Black with #ACBC25

Text Example


Text Example

White with #ACBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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