Html Css Color HEX #ACBF25 Bahia

📋 copy color: '#ACBF25'

red 172 ◦ green 191 ◦ blue 37

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

Shades of Bahia #ACBF25

Tints of Bahia #ACBF25

RGB

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

 GREEN value IS 191 (75% from 255) = 47.75%

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

R = 43%
G = 47.75%
B = 9.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#ACBF25 (or 0xACBF25) is known color: Bahia. HEX triplet: AC, BF and 25. RGB value is (172,191,37). Sum of RGB (Red+Green+Blue) = 172+191+37=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF25 is #5340DA. Grayscale: #A8A8A8. Windows color (decimal): -5456091 or 2473900. OLE color: 2473900.

HSL color Cylindrical-coordinate representation of color #ACBF25: hue angle of 67.4º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACBF25 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 191 37 -
CMYK 0.10 0 0.81 0.25
HSL 67.4º 0.68% 0.45% -
HSV(B) 67.4º 0.81% 0.75% -
XYZ 35.98 46.17 8.76 -
YUV 167.76 54.21 131.02 -
System Red Green Blue C M Y K H S L
Decimal 172 191 37 0.10 0 0.81 0.25 67.4 0.68 0.45
Hex AC BF 25 A 0 51 19 43 44 2D
Octal 254 277 45 12 0 121 31 103 104 55
Binary 10101100 10111111 100101 1010 0 1010001 11001 1000011 1000100 101101

Color Harmonies of #ACBF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF25

Black with #ACBF25

Text Example


Text Example

White with #ACBF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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